Skip to content

Commit 93d1c46

Browse files
phlogistonjohnobnoxxx
authored andcommitted
github: fix a mergify rule that was invalid
When converting the mergify yaml to match the new matrix rules in github workflow yaml, I added `build-nightly-server (opensuse, amd64)` but that's not a valid rule. Remove them. Signed-off-by: John Mulligan <[email protected]>
1 parent 89f138c commit 93d1c46

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/mergify.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ queue_rules:
2222
- check-success=build-ad-server (opensuse, amd64)
2323
- check-success=build-nightly-server (centos, amd64)
2424
- check-success=build-nightly-server (fedora, amd64)
25-
- check-success=build-nightly-server (opensuse, amd64)
2625
- check-success=build-nightly-ad-server (fedora, amd64)
2726
- check-success=build-client (centos, amd64)
2827
- check-success=build-client (fedora, amd64)
@@ -56,7 +55,6 @@ pull_request_rules:
5655
- check-success=build-ad-server (opensuse, amd64)
5756
- check-success=build-nightly-server (centos, amd64)
5857
- check-success=build-nightly-server (fedora, amd64)
59-
- check-success=build-nightly-server (opensuse, amd64)
6058
- check-success=build-nightly-ad-server (fedora, amd64)
6159
- check-success=build-client (centos, amd64)
6260
- check-success=build-client (fedora, amd64)

0 commit comments

Comments
 (0)