Skip to content

Commit

Permalink
change scheduling again
Browse files Browse the repository at this point in the history
  • Loading branch information
mriccobene committed Oct 17, 2024
1 parent ec8ebb2 commit ab7c451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qa-snap-download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: QA - Snapshot Download

on:
schedule:
- cron: '0 20 * * 1-6' # Run every night at 20:00 (8:00 PM) UTC except Sunday
- cron: '0 22 * * 1-6' # Run every night at 22:00 (10:00 PM) UTC except Sunday
workflow_dispatch: # Run manually

jobs:
Expand Down

0 comments on commit ab7c451

Please sign in to comment.