From 05ab9b6f5cf26d21d442ca2c12ea4050d87d892a Mon Sep 17 00:00:00 2001 From: robinjoon Date: Thu, 18 Jul 2024 17:39:33 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20early=20return=20=EC=88=9C=EC=84=9C=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e0f343c..b72537a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,16 +22,15 @@ jobs: actions: write steps: + - uses: actions/checkout@v4 + with: + ref: ${{ github.event.pull_request.head.ref }} - name: Early exit if: contains(github.event.issue.labels.*.name, '백엔드') == false run: | gh run cancel ${{ github.run_id }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - - uses: actions/checkout@v4 - with: - ref: ${{ github.event.pull_request.head.ref }} - uses: actions/setup-java@v4 with: distribution: 'corretto'