Skip to content

Commit

Permalink
test: 파일명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
manyb2ns committed Nov 22, 2023
1 parent 54482e2 commit 3d5aa7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
pr:
if: ${{ github.event.pull_request.merged == false && github.event == 'push'}}
name: Call workflow - Error Check
uses: ./.github/workflows/check_errors.yml
uses: ./.github/workflows/check_err.yml

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

pushed-2:
if: ${{ github.event.pull_request.merged == false && github.event != 'push'}}
Expand Down

0 comments on commit 3d5aa7a

Please sign in to comment.