Skip to content

Commit

Permalink
fix: build-and-deploy가 보이지 않는 문제 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamiwood committed Dec 20, 2024
1 parent 4f47c35 commit 52dec47
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/itcast-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ name: ItcastBuildAndDeploy

on:
workflow_run:
workflows: ["ItcastBuildAndTest"]
workflows:
- ItcastBuildAndTest
types:
- completed

jobs:
deploy:
if: >
github.event.workflow_run.conclusion == 'success'
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit 52dec47

Please sign in to comment.