Skip to content

Commit

Permalink
Add single step
Browse files Browse the repository at this point in the history
  • Loading branch information
pavetok committed Dec 17, 2023
1 parent f1b230b commit 683820a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/beyond-doubt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,3 +236,6 @@ jobs:
name: Everything is fine
needs: [stack-publishing, stack-reporting]
runs-on: ubuntu-latest
steps:
- if: ${{ needs.*.result == 'failure' }}
run: exit 1
3 changes: 3 additions & 0 deletions .github/workflows/convincing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,6 @@ jobs:
name: Everything is fine
needs: [up-to-images]
runs-on: ubuntu-latest
steps:
- if: ${{ needs.*.result == 'failure' }}
run: exit 1
3 changes: 3 additions & 0 deletions .github/workflows/sanity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@ jobs:
name: Everything is fine
needs: [up-to-binaries]
runs-on: ubuntu-latest
steps:
- if: ${{ needs.*.result == 'failure' }}
run: exit 1

0 comments on commit 683820a

Please sign in to comment.