Skip to content

Commit

Permalink
[#80] chore: CD Test - if문 다르게 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
shinheekim committed Dec 24, 2024
1 parent cde8407 commit ea110e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/itcast-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
deploy:

if: github.run_conclusion == 'success'
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit ea110e2

Please sign in to comment.