Skip to content

Commit

Permalink
[#80] chore: 공백 수정 및 트리거 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
shinheekim committed Dec 22, 2024
1 parent 8dac3db commit 81ad2d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/itcast-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ItcastBuildAndDeploys # workflow 이름
# CI workflow 완료 시 트리거
on:
workflow_run:
workflows: [ "ItcastBuildAndTests" ]
workflows: ["ItcastBuildAndTests"]
types:
- completed

Expand All @@ -12,7 +12,7 @@ jobs:

# 조건 : CI가 통과해야하고 트리거는 push여야 한다.
if: >
github.event.workflow_run.conclusion == 'success' &&
github.event.workflow_run.conclusion == 'success' ||
github.event.workflow_run.event == 'push'
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 81ad2d9

Please sign in to comment.