Skip to content

Commit 97c8c71

Browse files
bors[bot]devmotion
andauthored
Merge #111
111: Fix bors status r=devmotion a=devmotion Just cherry picked the commit in #109 that fixes the bors status for Github actions. Co-authored-by: David Widmann <[email protected]>
2 parents 999bb05 + 09a6e03 commit 97c8c71

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

bors.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
status = [
22
"continuous-integration/travis-ci/push",
3-
"DynamicPPL-CI / test (1%"
3+
"test (1.%, ubuntu-latest, x86)",
4+
"test (1, ubuntu-latest, x86)",
5+
"test (1.%, ubuntu-latest, x64)",
6+
"test (1, ubuntu-latest, x64)",
7+
"test (1.%, macOS-latest, x64)",
8+
"test (1, macOS-latest, x64)",
9+
"test (1.%, windows-latest, x86)",
10+
"test (1, windows-latest, x86)",
11+
"test (1.%, windows-latest, x64)",
12+
"test (1, windows-latest, x64)"
413
]
514
delete_merged_branches = true
615
# Uncomment this to require at least on approval of a project member.

0 commit comments

Comments
 (0)