Skip to content

Commit

Permalink
#9016: adjust nightly t3000 demo test pipeline to run Mon/Wed/Fri
Browse files Browse the repository at this point in the history
  • Loading branch information
ttmchiou committed Jun 5, 2024
1 parent 1cf2572 commit 456c37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/t3000-demo-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "[T3K] T3000 demo tests"
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 6' # This cron schedule runs the workflow every Saturday at 12am UTC
- cron: '0 0 * * 1,3,5' # This cron schedule runs the workflow every Monday/Wednesday/Friday at 12am UTC

jobs:
build-artifact:
Expand Down

0 comments on commit 456c37b

Please sign in to comment.