Skip to content

Commit

Permalink
qa-tests: change snap-download scheduling (#12349)
Browse files Browse the repository at this point in the history
Change snap-download test scheduling so as not to clash with the
tip-tracking schedule
  • Loading branch information
mriccobene authored Oct 18, 2024
1 parent b46552d commit 2f9180a
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 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 2f9180a

Please sign in to comment.