diff --git a/.github/workflows/build_cc.yml b/.github/workflows/build_cc.yml index e85742cd7e..adcb615a0a 100644 --- a/.github/workflows/build_cc.yml +++ b/.github/workflows/build_cc.yml @@ -1,7 +1,7 @@ on: push: branches-ignore: - - "gh-readonly-queue/*" + - "gh-readonly-queue/**" pull_request: merge_group: concurrency: diff --git a/.github/workflows/build_wheel.yml b/.github/workflows/build_wheel.yml index b8e8256b3c..467969f7a2 100644 --- a/.github/workflows/build_wheel.yml +++ b/.github/workflows/build_wheel.yml @@ -3,7 +3,7 @@ name: Build and upload to PyPI on: push: branches-ignore: - - "gh-readonly-queue/*" + - "gh-readonly-queue/**" pull_request: merge_group: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index babed2b937..c912ece8d5 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -3,7 +3,7 @@ name: "CodeQL" on: push: branches-ignore: - - "gh-readonly-queue/*" + - "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 a9d4606a22..ac93bb79a2 100644 --- a/.github/workflows/package_c.yml +++ b/.github/workflows/package_c.yml @@ -3,7 +3,7 @@ name: Build C library on: push: branches-ignore: - - "gh-readonly-queue/*" + - "gh-readonly-queue/**" pull_request: merge_group: concurrency: diff --git a/.github/workflows/test_cc.yml b/.github/workflows/test_cc.yml index 6a2865712f..2082e7e4cc 100644 --- a/.github/workflows/test_cc.yml +++ b/.github/workflows/test_cc.yml @@ -1,7 +1,7 @@ on: push: branches-ignore: - - "gh-readonly-queue/*" + - "gh-readonly-queue/**" pull_request: merge_group: concurrency: diff --git a/.github/workflows/test_cuda.yml b/.github/workflows/test_cuda.yml index 26e6fabcfe..0d934e6d77 100644 --- a/.github/workflows/test_cuda.yml +++ b/.github/workflows/test_cuda.yml @@ -5,7 +5,8 @@ on: types: - "labeled" # to let the PR pass the test - - "created" + - "opened" + - "reopened" - "synchronize" merge_group: concurrency: diff --git a/.github/workflows/test_python.yml b/.github/workflows/test_python.yml index e6081305e4..60b5ecf0e0 100644 --- a/.github/workflows/test_python.yml +++ b/.github/workflows/test_python.yml @@ -1,7 +1,7 @@ on: push: branches-ignore: - - "gh-readonly-queue/*" + - "gh-readonly-queue/**" pull_request: merge_group: concurrency: