Skip to content

Commit

Permalink
fix: switch sapphire workflow times
Browse files Browse the repository at this point in the history
  • Loading branch information
amonkhouse committed Apr 15, 2024
1 parent bd30ea9 commit c1ad59d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sapphire-on-call-retro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Sapphire On Call Retro
on:
workflow_dispatch:
schedule:
- cron: "45 14 * * THU"
- cron: "45 13 * * THU"

jobs:
check_if_retro_is_today:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sapphire-on-call.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Sapphire On Call
on:
workflow_dispatch:
schedule:
- cron: "45 14 * * MON"
- cron: "45 13 * * MON"

jobs:
sapphire-on-call:
Expand Down

0 comments on commit c1ad59d

Please sign in to comment.