Update .gitea/workflows/testfly.yaml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 36s

This commit is contained in:
Martin Cholewa 2025-01-20 16:09:42 +01:00
parent 57bf931e88
commit b254cc81e6

View File

@ -5,4 +5,6 @@ jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
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!"