Update .gitea /workflows/ci.yml
This commit is contained in:
parent
c0559a885e
commit
638a84e500
@ -16,4 +16,9 @@ jobs:
|
||||
- name: List files in the repository
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
- 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/')
|
||||
steps:
|
||||
- run: echo "Generate release"
|
Loading…
Reference in New Issue
Block a user