Skip to content

Commit

Permalink
correcting cron schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanHoey96 committed Oct 21, 2024
1 parent 475cc0d commit c689f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-stop-status-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: auto-stop-status-check
on:
workflow_dispatch:
schedule:
- cron: "30 7 * * 1-5" # Every weekday at 7:30am BST
- cron: "30 19,22 * * *" # Every day at 20:30 and 23:30 BST
permissions:
id-token: write
jobs:
Expand Down

0 comments on commit c689f09

Please sign in to comment.