Skip to content

Commit

Permalink
ci/cd: needs 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Curry4182 committed Mar 20, 2024
1 parent a387822 commit e83f2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
switch-environment:
needs: [ run-docker-image-on-server-1, run-docker-image-on-server-2 ]
runs-on: [ self-hosted, loadbalancer-server ]
runs-on: [ self-hosted, loadbalancer-server, set-variable ]
if: >
needs.run-docker-image-on-server-1.outputs.passed == 'true' &&
needs.run-docker-image-on-server-2.outputs.passed == 'true'
Expand Down

0 comments on commit e83f2b3

Please sign in to comment.