Skip to content

Commit

Permalink
fix: cancelled
Browse files Browse the repository at this point in the history
  • Loading branch information
sethidden committed Jun 21, 2022
1 parent 228267c commit fec4eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-vue-storefront-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
if: always()
steps:
- name: Update deployment status (success)
if: ${{ !contains(join(needs.*.result, ','), 'failure') }}
if: ${{ !(contains(join(needs.*.result, ','), 'failure') || contains(join(needs.*.result, ','), 'cancelled')) }}
uses: chrnorm/deployment-status@v2
with:
token: ${{ secrets.DEPLOYMENT_PERSONAL_ACCESS_TOKEN }}
Expand Down

0 comments on commit fec4eef

Please sign in to comment.