Skip to content

Commit

Permalink
fix: adding on-call reminders to every Wednesday (#258)
Browse files Browse the repository at this point in the history
Co-authored-by: Armando Banuelos <[email protected]>
  • Loading branch information
abanuelo and Armando Banuelos authored May 7, 2024
1 parent 1924fbc commit 9ba90a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-call-reminder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: on_call_reminder

on:
schedule:
- cron: '0 17 * * 2' # Runs every Wednesday at 9am PST (17:00 UTC)
- cron: '0 17 * * 3' # Runs every Wednesday at 9am PST (17:00 UTC)
workflow_dispatch: # Allows manual triggering of the workflow

jobs:
Expand Down

0 comments on commit 9ba90a3

Please sign in to comment.