diff --git a/.github/workflows/nightly-test-amd-rocm720.yml b/.github/workflows/nightly-test-amd-rocm720.yml index 5af5e55b9..f15d0bc52 100644 --- a/.github/workflows/nightly-test-amd-rocm720.yml +++ b/.github/workflows/nightly-test-amd-rocm720.yml @@ -2,7 +2,7 @@ name: Nightly Test (AMD ROCm 7.2) on: schedule: - - cron: '0 2 * * *' + - cron: '30 17 * * *' push: branches: - main diff --git a/.github/workflows/nightly-test-amd.yml b/.github/workflows/nightly-test-amd.yml index 85893432d..77f90689a 100644 --- a/.github/workflows/nightly-test-amd.yml +++ b/.github/workflows/nightly-test-amd.yml @@ -2,7 +2,7 @@ name: Nightly Test (AMD) on: schedule: - - cron: '0 0 * * *' + - cron: '30 17 * * *' push: branches: - main diff --git a/.github/workflows/pr-test-amd-rocm720.yml b/.github/workflows/pr-test-amd-rocm720.yml index 66f546b3d..1ea7913a0 100644 --- a/.github/workflows/pr-test-amd-rocm720.yml +++ b/.github/workflows/pr-test-amd-rocm720.yml @@ -4,9 +4,8 @@ name: PR Test ROCm 7.2 (AMD) run-name: ${{ (inputs.target_stage || inputs.target_stage_select) && (inputs.pr_head_sha && format('[{0}] {1}', inputs.target_stage || inputs.target_stage_select, inputs.pr_head_sha) || format('[{0}]', inputs.target_stage || inputs.target_stage_select)) || '' }} on: - # run rocm 720 pr tests once a day at 2am UTC to avoid overwhelming the CI system schedule: - - cron: '0 2 * * *' + - cron: '30 17 * * *' # push: # branches: [ main ] # paths: