Skip to content

Commit 1a23b74

Browse files
committed
Update CI config
1 parent 8a1e441 commit 1a23b74

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/bors.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
status = ["ci"]
1+
status = [
2+
"ci",
3+
"test (aarch64-unknown-linux-gnu)",
4+
"valgrind (aarch64-unknown-linux-gnu)",
5+
]

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ jobs:
403403

404404
ci-success:
405405
name: ci
406-
if: success()
406+
if: github.event_name == 'push' && success()
407407
needs:
408408
- test
409409
- build

0 commit comments

Comments
 (0)