Update .gitea/workflows/testfly.yaml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 36s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 36s
This commit is contained in:
parent
57bf931e88
commit
b254cc81e6
@ -5,4 +5,6 @@ jobs:
|
|||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: echo "🎉 The job was automatically triggered ME"
|
- name: Check for manual trigger
|
||||||
|
if: ${{ env.MANUAL_TRIGGER == 'true' }}
|
||||||
|
run: echo "🎉 This job was manually triggered!"
|
Loading…
x
Reference in New Issue
Block a user