it's always gitea...
Some checks failed
main / lint-frontend (push) Successful in 9m44s
main / lint (push) Has been cancelled
main / test-frontend (push) Has been cancelled
main / test-backend (push) Has been cancelled
main / test (push) Has been cancelled
main / release (push) Has been cancelled
main / lint-backend (push) Has been cancelled

This commit is contained in:
Midou 2025-05-13 22:44:25 +01:00
parent 31118410a9
commit 9cdaf60e6d
Signed by: midou
GPG Key ID: 1D134A95FE521A7A

View File

@ -66,7 +66,7 @@ jobs:
release: release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [lint, test] needs: [lint, test]
if: startsWith(github.event.ref, 'refs/tags/v') if: startsWith(gitea.event.ref, 'refs/tags/v')
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with: