diff --git a/.github/workflows/nightly-test-amd.yml b/.github/workflows/nightly-test-amd.yml index 863ebc726..c748e4098 100644 --- a/.github/workflows/nightly-test-amd.yml +++ b/.github/workflows/nightly-test-amd.yml @@ -2,7 +2,7 @@ name: Nightly Test (AMD ROCm 7.0) on: schedule: - - cron: '30 17 * * *' + - cron: '30 17 */2 * *' push: branches: - main diff --git a/.github/workflows/pr-test-amd.yml b/.github/workflows/pr-test-amd.yml index edc6fcb60..e848ccb27 100644 --- a/.github/workflows/pr-test-amd.yml +++ b/.github/workflows/pr-test-amd.yml @@ -6,11 +6,11 @@ run-name: ${{ (inputs.target_stage || inputs.target_stage_select) && (inputs.pr_ on: schedule: # ROCm 7.0 rollback shadow. pr-test-amd-rocm720.yml is the PR gate; this - # workflow now only proves ROCm 7.0 still works, so it fires once a day + # workflow now only proves ROCm 7.0 still works, so it fires every two days # alongside nightly-test-amd.yml and chases coverage rather than latency: # no matrix parallelism caps, no stage fast-fail (the `schedule` escape in # each job's `if`), and continue-on-error via check-changes. - - cron: '30 17 * * *' + - cron: '30 17 */2 * *' workflow_dispatch: inputs: target_stage_select: