Skip to content

Commit

Permalink
chore(ci): run regression suite weekly (#21979)
Browse files Browse the repository at this point in the history
  • Loading branch information
pront authored Dec 6, 2024
1 parent d3f160b commit 9d498fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ on:
description: "The SHA to use for comparison (optional). If not provided, it defaults to the current HEAD of the origin/master branch."
required: false
schedule:
- cron: '0 6 * * 1-5' # Runs at 6 AM UTC on weekdays (Monday to Friday)
- cron: '0 7 * * 1' # Runs at 7 AM UTC on Mondays

env:
SINGLE_MACHINE_PERFORMANCE_API: ${{ secrets.SINGLE_MACHINE_PERFORMANCE_API }}
Expand Down

0 comments on commit 9d498fc

Please sign in to comment.