Skip to content

Commit

Permalink
qa-tests: schedule sync-with-externalcl on Sunday (#13820)
Browse files Browse the repository at this point in the history
  • Loading branch information
mriccobene authored Feb 15, 2025
1 parent 6f83154 commit 17a38ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qa-sync-with-externalcl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: QA - Sync with external CL

on:
schedule:
- cron: '0 0 * * *' # Run every night at 00:00 AM UTC
- cron: '0 8 * * 0' # Run on Sunday at 08:00 AM UTC
workflow_dispatch: # Run manually

jobs:
Expand Down

0 comments on commit 17a38ce

Please sign in to comment.