diff --git a/.github/workflows/be-cd-prod.yml b/.github/workflows/be-cd-prod.yml index 50451b56..ab74f023 100644 --- a/.github/workflows/be-cd-prod.yml +++ b/.github/workflows/be-cd-prod.yml @@ -43,7 +43,7 @@ jobs: deploy-rollback-call: needs: [ deploy-a, deploy-b ] - if: failure() && (needs.deploy-a.result == 'failure' || needs.deploy-b.result == 'failure') + if: failure() && ${{ needs.deploy-a.result == 'failure' || needs.deploy-b.result == 'failure' }} runs-on: ubuntu-latest steps: - name: Send notification to Discord # todo