Skip to content

Commit

Permalink
fix: 무중단 배포 github action v1.27 #327
Browse files Browse the repository at this point in the history
  • Loading branch information
GIVEN53 committed Oct 23, 2024
1 parent a3a3a8c commit 4872886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/be-cd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4872886

Please sign in to comment.