Skip to content

Commit

Permalink
gh actions: fix branches ignore pattern & fix activity types (#3290)
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
  • Loading branch information
njzjz authored Feb 18, 2024
1 parent c55ceac commit db6c666
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_cc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches-ignore:
- "gh-readonly-queue/*"
- "gh-readonly-queue/**"
pull_request:
merge_group:
concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and upload to PyPI
on:
push:
branches-ignore:
- "gh-readonly-queue/*"
- "gh-readonly-queue/**"
pull_request:
merge_group:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "CodeQL"
on:
push:
branches-ignore:
- "gh-readonly-queue/*"
- "gh-readonly-queue/**"
pull_request:
schedule:
- cron: '45 2 * * 2'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package_c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build C library
on:
push:
branches-ignore:
- "gh-readonly-queue/*"
- "gh-readonly-queue/**"
pull_request:
merge_group:
concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_cc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches-ignore:
- "gh-readonly-queue/*"
- "gh-readonly-queue/**"
pull_request:
merge_group:
concurrency:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
types:
- "labeled"
# to let the PR pass the test
- "created"
- "opened"
- "reopened"
- "synchronize"
merge_group:
concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_python.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches-ignore:
- "gh-readonly-queue/*"
- "gh-readonly-queue/**"
pull_request:
merge_group:
concurrency:
Expand Down

0 comments on commit db6c666

Please sign in to comment.