Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Commit

Permalink
#158 main 브랜치 push 이벤트 build_image 워크플로우 (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
JooHyukKim authored Jan 16, 2022
1 parent c47775e commit 9aff1a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/delivery-info-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ jobs:
- name: Test with Gradle
run: ./gradlew ${{ matrix.TEST_COMMAND }}


image_build:
needs:
- tests
# if: success() && github.repository == 'f-lab-edu/in-bob-we-trust' && github.ref == 'refs/heads/main'
if: success() && github.repository == 'f-lab-edu/in-bob-we-trust' && github.ref == 'refs/heads/main'
strategy:
fail-fast: true
matrix:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/delivery-relay-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
image_build:
needs:
- tests
## origin/main 에서만 이미지 빌드됨.
# if: success() && github.repository == 'f-lab-edu/in-bob-we-trust' && github.ref == 'refs/heads/main'
if: success() && github.repository == 'f-lab-edu/in-bob-we-trust' && github.ref == 'refs/heads/main'
strategy:
fail-fast: true
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rider-location-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
image_build:
needs:
- tests
# if: success() && github.repository == 'f-lab-edu/in-bob-we-trust' && github.ref == 'refs/heads/main'
if: success() && github.repository == 'f-lab-edu/in-bob-we-trust' && github.ref == 'refs/heads/main'
strategy:
fail-fast: true
matrix:
Expand Down

0 comments on commit 9aff1a9

Please sign in to comment.