gitea/.github/workflows
silverwind 66707bc3ea
Fix actions lint (#36029)
actionlint since https://github.com/rhysd/actionlint/releases/tag/v1.7.9
detects constant conditions and this workflow was being disabled in
58d2a87c6c
by such a condition which made the lint fail:


https://github.com/go-gitea/gitea/actions/runs/19673752806/job/56349128912?pr=36028

Instead, remove the whole workflow file. I'm sure we can re-create it if
the need arises.

Also, I locked the actionlint dependency to prevent similar surprises in
the future.
2025-11-26 10:13:37 +07:00
..
cron-licenses.yml Bump setup-go to v6 (#35660) 2025-10-14 14:28:05 +07:00
cron-translations.yml Bump actions/checkout to v5 (#35644) 2025-10-12 18:01:42 +07:00
files-changed.yml Bump actions/checkout to v5 (#35644) 2025-10-12 18:01:42 +07:00
pull-compliance.yml Bump setup-go to v6 (#35660) 2025-10-14 14:28:05 +07:00
pull-db-tests.yml Bump setup-go to v6 (#35660) 2025-10-14 14:28:05 +07:00
pull-docker-dryrun.yml Add cache to container build (#35697) 2025-11-02 09:42:25 +07:00
pull-labeler.yml Bump `actions/labeler` to v6 (#35681) 2025-10-16 19:00:41 +07:00
release-nightly.yml Add cache to container build (#35697) 2025-11-02 09:42:25 +07:00
release-tag-rc.yml Add cache to container build (#35697) 2025-11-02 09:42:25 +07:00
release-tag-version.yml Add cache to container build (#35697) 2025-11-02 09:42:25 +07:00