Skip to content

Commit

Permalink
force fail on-failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Bryce committed Nov 14, 2024
1 parent 1e1a775 commit 233bfb6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/merge-requires.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
steps:
- run: echo 'One or more configured repository checks failed'
- run: |
echo 'One or more configured repository checks failed'
exit 1

0 comments on commit 233bfb6

Please sign in to comment.