Update .gitea/workflows/ci.yml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
Gitea Actions Demo / tag-only-job (push) Successful in 4s

This commit is contained in:
dany 2024-07-24 13:30:31 +02:00
parent 03354c5ec1
commit bdb2dddf6d

View File

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