Skip to content

Commit

Permalink
Mergify: Require coverage test job to pass
Browse files Browse the repository at this point in the history
Not doing so gives Mergify the freedom to merge a PR even if the `coverage` CI
test job fails, as observed in
#2023.
  • Loading branch information
RyanGlScott committed Feb 1, 2024
1 parent 8400591 commit 633cebc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,7 @@ jobs:
- heapster-tests
- saw-remote-api-tests
- cabal-test
- coverage
- s2n-tests
- exercises
steps:
Expand Down

0 comments on commit 633cebc

Please sign in to comment.