Skip to content

Commit

Permalink
change scheduling
Browse files Browse the repository at this point in the history
  • Loading branch information
mriccobene committed Oct 17, 2024
1 parent 04f6439 commit ec8ebb2
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 0 * * 1-6' # Run every night at 00:00 AM UTC except Sunday
- cron: '0 20 * * 1-6' # Run every night at 20:00 (8:00 PM) UTC except Sunday
workflow_dispatch: # Run manually

jobs:
Expand Down

0 comments on commit ec8ebb2

Please sign in to comment.