Update .gitea/workflows/ci.yml
This commit is contained in:
parent
03354c5ec1
commit
bdb2dddf6d
@ -27,7 +27,7 @@ jobs:
|
|||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
tag-only-job:
|
tag-only-job:
|
||||||
runs-on: ci-tools
|
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
|
needs: Explore-Gitea-Actions
|
||||||
steps:
|
steps:
|
||||||
- run: mkdir -p build
|
- run: mkdir -p build
|
||||||
|
Loading…
Reference in New Issue
Block a user