diff --git a/.gitea/workflows/testfly.yaml b/.gitea/workflows/testfly.yaml index 4b68bb7..92154dc 100644 --- a/.gitea/workflows/testfly.yaml +++ b/.gitea/workflows/testfly.yaml @@ -5,4 +5,6 @@ jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest steps: - - run: echo "🎉 The job was automatically triggered ME" \ No newline at end of file + - name: Check for manual trigger + if: ${{ env.MANUAL_TRIGGER == 'true' }} + run: echo "🎉 This job was manually triggered!" \ No newline at end of file