diff --git a/.github/workflows/build_cc.yml b/.github/workflows/build_cc.yml index 3ed939bbc5..e85742cd7e 100644 --- a/.github/workflows/build_cc.yml +++ b/.github/workflows/build_cc.yml @@ -1,5 +1,7 @@ on: push: + branches-ignore: + - "gh-readonly-queue/*" pull_request: merge_group: concurrency: diff --git a/.github/workflows/build_wheel.yml b/.github/workflows/build_wheel.yml index cd89a8bb39..b8e8256b3c 100644 --- a/.github/workflows/build_wheel.yml +++ b/.github/workflows/build_wheel.yml @@ -2,6 +2,8 @@ name: Build and upload to PyPI on: push: + branches-ignore: + - "gh-readonly-queue/*" pull_request: merge_group: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 094ca06df5..babed2b937 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,6 +2,8 @@ name: "CodeQL" on: push: + branches-ignore: + - "gh-readonly-queue/*" pull_request: schedule: - cron: '45 2 * * 2' diff --git a/.github/workflows/package_c.yml b/.github/workflows/package_c.yml index f45b5f4aef..a9d4606a22 100644 --- a/.github/workflows/package_c.yml +++ b/.github/workflows/package_c.yml @@ -2,6 +2,8 @@ name: Build C library on: push: + branches-ignore: + - "gh-readonly-queue/*" pull_request: merge_group: concurrency: diff --git a/.github/workflows/test_cc.yml b/.github/workflows/test_cc.yml index 37f5cc2ef6..6a2865712f 100644 --- a/.github/workflows/test_cc.yml +++ b/.github/workflows/test_cc.yml @@ -1,5 +1,7 @@ on: push: + branches-ignore: + - "gh-readonly-queue/*" pull_request: merge_group: concurrency: diff --git a/.github/workflows/test_cuda.yml b/.github/workflows/test_cuda.yml index 59613cc291..26e6fabcfe 100644 --- a/.github/workflows/test_cuda.yml +++ b/.github/workflows/test_cuda.yml @@ -5,6 +5,7 @@ on: types: - "labeled" # to let the PR pass the test + - "created" - "synchronize" merge_group: concurrency: @@ -80,3 +81,4 @@ jobs: uses: re-actors/alls-green@release/v1 with: jobs: ${{ toJSON(needs) }} + allowed-skips: test_cuda diff --git a/.github/workflows/test_python.yml b/.github/workflows/test_python.yml index 0e51a7e2c3..e6081305e4 100644 --- a/.github/workflows/test_python.yml +++ b/.github/workflows/test_python.yml @@ -1,5 +1,7 @@ on: push: + branches-ignore: + - "gh-readonly-queue/*" pull_request: merge_group: concurrency: