Skip to content

Commit

Permalink
fix: negation
Browse files Browse the repository at this point in the history
  • Loading branch information
sethidden committed Jun 21, 2022
1 parent 3ac7a69 commit 023f5cc
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 @@ -134,7 +134,7 @@ jobs:
if: always()
steps:
- name: Update deployment status (success)
if: !(contains(join(needs.*.result, ','), 'failure'))
if: not(contains(join(needs.*.result, ','), 'failure'))
uses: chrnorm/deployment-status@v2
with:
token: ${{ secrets.DEPLOYMENT_PERSONAL_ACCESS_TOKEN }}
Expand Down

0 comments on commit 023f5cc

Please sign in to comment.