Skip to content

Commit

Permalink
chore: 파일 변경 조건문 주석
Browse files Browse the repository at this point in the history
Signed-off-by: SaJH <[email protected]>
  • Loading branch information
JaeHyuckSa committed Nov 27, 2024
1 parent ef34d98 commit 39a010f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/guest-dev-CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Build dev-package docker image and push to ECR
id: build-and-push
if: steps.changed-files-specific.outputs.any_changed == 'true'
# if: steps.changed-files-specific.outputs.any_changed == 'true'
uses: docker/build-push-action@v5
env:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/guest-prod-CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Build prod-package docker image and push to ECR
id: build-and-push
if: steps.changed-files-specific.outputs.any_changed == 'true'
# if: steps.changed-files-specific.outputs.any_changed == 'true'
uses: docker/build-push-action@v5
env:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
Expand Down

0 comments on commit 39a010f

Please sign in to comment.