Update .gitea/workflows/ci.yml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 27s
Gitea Actions Demo / tag-only-job (push) Failing after 46s

This commit is contained in:
dany 2024-07-24 15:22:11 +02:00
parent 9df180310e
commit 2bb6b5183b

View File

@ -26,7 +26,7 @@ jobs:
retention-days: 1
- run: echo "🍏 This job's status is ${{ job.status }}."
tag-only-job:
runs-on: ci-tools
runs-on: dind
# if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
needs: Explore-Gitea-Actions
steps: