Skip to content

Commit

Permalink
Fix dependency for confirmPassingBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Jun 28, 2022
1 parent af5a5dd commit 0705cca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/preDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
confirmPassingBuild:
runs-on: ubuntu-latest
needs: [lint, test]
if: ${{ always() && (needs.lint.result == 'failure' || needs.test.result == 'failure') }}

steps:
# This Slack step is duplicated in all workflows, if you make a change to this step, make sure to update all
Expand Down

0 comments on commit 0705cca

Please sign in to comment.