Skip to content

Commit

Permalink
update: aws credentials 이미지 버전 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
manyb2ns committed Nov 22, 2023
1 parent 2c0b68d commit 4452d05
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
name: Error Check
uses: ./.github/workflows/check_err.yml

pushed-1:
if: ${{ github.event.pull_request.merged == false && github.event != 'push'}}
name: Error Check
uses: ./.github/workflows/check_err.yml
# pushed-1:
# if: ${{ github.event.pull_request.merged == false && github.event != 'push'}}
# name: Error Check
# uses: ./.github/workflows/check_err.yml

pushed-2:
if: ${{ github.event.pull_request.merged == false && github.event != 'push'}}
name: Build Nextjs
uses: ./.github/workflows/front.yml
needs: pushed-1
# needs: pushed-1

0 comments on commit 4452d05

Please sign in to comment.