Skip to content

Commit

Permalink
chore: fix another bug in dev container push script
Browse files Browse the repository at this point in the history
  • Loading branch information
4141done committed Feb 26, 2024
1 parent 5d8f895 commit 92f1d5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
NODE_ID: ${{ github.event.comment.node_id }}

notify-job:
runs-on: ubuntu-22.04
needs: [build]
if: ${{ always() && contains(needs.*.result, 'failure') }} <-- check that status of the previous job
steps:
Expand Down

0 comments on commit 92f1d5c

Please sign in to comment.