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

This commit is contained in:
dany 2024-07-24 15:03:44 +02:00
parent bdb2dddf6d
commit 644b84c138

View File

@ -26,11 +26,12 @@ jobs:
retention-days: 1
- run: echo "🍏 This job's status is ${{ job.status }}."
tag-only-job:
runs-on: ci-tools
runs-on: workstation
# if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
needs: Explore-Gitea-Actions
steps:
- run: mkdir -p build
- run: docker info
- uses: actions/download-artifact@master
with:
name: build