Skip to content

Commit

Permalink
qa-tests: reschedule constrained-tip-tracking (#12333)
Browse files Browse the repository at this point in the history
Performing this test every day is too expensive, other more important
tests are blocked, it is rescheduled so that it is performed only on
Sunday.
  • Loading branch information
mriccobene authored Oct 16, 2024
1 parent 56bca71 commit 235d737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qa-constrained-tip-tracking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: QA - Constrained Tip tracking

on:
schedule:
- cron: '0 0 * * 1-6' # Run every night at 00:00 AM UTC except Sunday
- cron: '0 0 * * 0' # Run on Sunday at 00:00 AM UTC
workflow_dispatch: # Run manually
pull_request:
branches:
Expand Down

0 comments on commit 235d737

Please sign in to comment.