Skip to content

Commit

Permalink
typo in schedule cron, 3am not 12am
Browse files Browse the repository at this point in the history
  • Loading branch information
justinthelaw authored Oct 1, 2024
1 parent 6bc5cd3 commit 201681c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-uds-badge-verification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: nightly-uds-badge-verification

on:
schedule:
- cron: "0 11 * * *" # Runs daily at 12 AM PST
- cron: "0 11 * * *" # Runs daily at 3 AM PST
workflow_dispatch: # trigger manually as needed
pull_request:
paths:
Expand Down

0 comments on commit 201681c

Please sign in to comment.