diff --git a/.github/workflows/ce_weekly_release.yml b/.github/workflows/ce_weekly_release.yml index 389ed80c8..48e71e367 100644 --- a/.github/workflows/ce_weekly_release.yml +++ b/.github/workflows/ce_weekly_release.yml @@ -1,6 +1,9 @@ name: CE Weekly Release on: + pull_request: + branches: + - develop schedule: - cron: '0 2 * * 6' # Weekly on Sunday at 20:00 for release workflow_dispatch: @@ -54,16 +57,6 @@ jobs: max-parallel: 2 matrix: include: - - cuda: "12.6" - python: "3.11" - - cuda: "12.6" - python: "3.12" - - cuda: "12.6" - python: "3.13" - - cuda: "13.0" - python: "3.11" - - cuda: "13.0" - python: "3.12" - cuda: "13.0" python: "3.13" env: @@ -227,16 +220,6 @@ jobs: max-parallel: 1 matrix: include: - - cuda: "12.6" - python: "3.11" - - cuda: "12.6" - python: "3.12" - - cuda: "12.6" - python: "3.13" - - cuda: "13.0" - python: "3.11" - - cuda: "13.0" - python: "3.12" - cuda: "13.0" python: "3.13" env: @@ -377,16 +360,6 @@ jobs: max-parallel: 2 matrix: include: - - cuda: "12.6" - python: "3.11" - - cuda: "12.6" - python: "3.12" - - cuda: "12.6" - python: "3.13" - - cuda: "13.0" - python: "3.11" - - cuda: "13.0" - python: "3.12" - cuda: "13.0" python: "3.13" env: @@ -617,16 +590,6 @@ jobs: max-parallel: 1 matrix: include: - - cuda: "12.6" - python: "3.11" - - cuda: "12.6" - python: "3.12" - - cuda: "12.6" - python: "3.13" - - cuda: "13.0" - python: "3.11" - - cuda: "13.0" - python: "3.12" - cuda: "13.0" python: "3.13" env: @@ -1039,16 +1002,6 @@ jobs: max-parallel: 2 matrix: include: - - cuda: "12.6" - python: "3.11" - - cuda: "12.6" - python: "3.12" - - cuda: "12.6" - python: "3.13" - - cuda: "13.0" - python: "3.11" - - cuda: "13.0" - python: "3.12" - cuda: "13.0" python: "3.13" env: