Skip to content

Commit

Permalink
temporarily run scheduled trigger on push
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrofelder committed Nov 9, 2023
1 parent db5ed45 commit 61ddc14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/trigger_scheduled_test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Trigger a scheduled test
on:
push: # temporary
workflow_dispatch: # For occasional manual triggering e.g. for debugging
schedule:
- cron: "0 3 * * 0" # Every Sunday at 3 AM
Expand Down

0 comments on commit 61ddc14

Please sign in to comment.