Skip to content

Commit

Permalink
chore: job들의 실행 순서 추가
Browse files Browse the repository at this point in the history
- `needs: pnu-univ-miryang-campus-build`를 통해 `deploy-to-aws-eb` job은 `pnu-univ-miryang-campus-build` job이 성공적으로 종료되어야 실행됨
  • Loading branch information
ki-met-hoon authored Feb 19, 2024
1 parent a3d78ad commit 64db365
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-to-aws-eb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
- run: ./gradlew clean build test

deploy-to-aws-eb:
needs: pnu-univ-miryang-campus-build

runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 64db365

Please sign in to comment.