Skip to content

Commit

Permalink
fix gh actions issues (#3288)
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz authored Feb 17, 2024
1 parent 91e7022 commit 9053caf
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_cc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
on:
push:
branches-ignore:
- "gh-readonly-queue/*"
pull_request:
merge_group:
concurrency:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Build and upload to PyPI

on:
push:
branches-ignore:
- "gh-readonly-queue/*"
pull_request:
merge_group:

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: "CodeQL"

on:
push:
branches-ignore:
- "gh-readonly-queue/*"
pull_request:
schedule:
- cron: '45 2 * * 2'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/package_c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Build C library

on:
push:
branches-ignore:
- "gh-readonly-queue/*"
pull_request:
merge_group:
concurrency:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_cc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
on:
push:
branches-ignore:
- "gh-readonly-queue/*"
pull_request:
merge_group:
concurrency:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
types:
- "labeled"
# to let the PR pass the test
- "created"
- "synchronize"
merge_group:
concurrency:
Expand Down Expand Up @@ -80,3 +81,4 @@ jobs:
uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}
allowed-skips: test_cuda
2 changes: 2 additions & 0 deletions .github/workflows/test_python.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
on:
push:
branches-ignore:
- "gh-readonly-queue/*"
pull_request:
merge_group:
concurrency:
Expand Down

0 comments on commit 9053caf

Please sign in to comment.