Skip to content

Commit

Permalink
[github] run schedule on workflow dispatch
Browse files Browse the repository at this point in the history
To make it easy to debug without having to wait for the schedule to kick in
  • Loading branch information
badouralix committed Jan 21, 2025
1 parent 6032703 commit 9c0d6e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: schedule
on:
schedule: # See https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule
- cron: "0 0 * * *"
workflow_dispatch: # See https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#workflow_dispatch

jobs:
schedule:
Expand Down

0 comments on commit 9c0d6e5

Please sign in to comment.