Skip to content

Commit

Permalink
Update CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jun 23, 2022
1 parent 8a1e441 commit 1a23b74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/bors.toml
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
status = ["ci"]
status = [
"ci",
"test (aarch64-unknown-linux-gnu)",
"valgrind (aarch64-unknown-linux-gnu)",
]
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ jobs:

ci-success:
name: ci
if: success()
if: github.event_name == 'push' && success()
needs:
- test
- build
Expand Down

0 comments on commit 1a23b74

Please sign in to comment.