actRunners/.gitea/workflows/testfly.yaml
Martin Cholewa b254cc81e6
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 36s
Update .gitea/workflows/testfly.yaml
2025-01-20 16:09:42 +01:00

10 lines
288 B
YAML

name: Gitea Actions Demo
run-name: THIS is testing out Gitea Actions 🚀
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- name: Check for manual trigger
if: ${{ env.MANUAL_TRIGGER == 'true' }}
run: echo "🎉 This job was manually triggered!"