From fe6eca4beed7e1299ad6dfadad260de72b271231 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=99=8D=EC=B0=AC=ED=9D=AC?= Date: Fri, 19 Jan 2024 22:33:39 +0900 Subject: [PATCH 1/3] =?UTF-8?q?chore:=20pull=20request=20type=20=EC=8B=9D?= =?UTF-8?q?=EB=B3=84=EA=B8=B0=EB=8A=A5=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CI_dev_be_pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI_dev_be_pull_request.yml b/.github/workflows/CI_dev_be_pull_request.yml index 033601916..90ad47808 100644 --- a/.github/workflows/CI_dev_be_pull_request.yml +++ b/.github/workflows/CI_dev_be_pull_request.yml @@ -8,7 +8,7 @@ jobs: build: # 실행 환경 (Git Runners 개인 서버) runs-on: self-hosted - + if: ${{ github.event.pull_request.title }} == '[BE]'* steps: - uses: actions/checkout@v3 - name: Set up JDK 17 From b7f113cc44137fff7c5cd47e45d6045f7a6ebe4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=99=8D=EC=B0=AC=ED=9D=AC?= Date: Fri, 19 Jan 2024 22:36:29 +0900 Subject: [PATCH 2/3] =?UTF-8?q?chore:=20=EB=AC=B8=EB=B2=95=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CI_dev_be_pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI_dev_be_pull_request.yml b/.github/workflows/CI_dev_be_pull_request.yml index 90ad47808..e46fc4a3d 100644 --- a/.github/workflows/CI_dev_be_pull_request.yml +++ b/.github/workflows/CI_dev_be_pull_request.yml @@ -8,7 +8,7 @@ jobs: build: # 실행 환경 (Git Runners 개인 서버) runs-on: self-hosted - if: ${{ github.event.pull_request.title }} == '[BE]'* + if: ${{ github.event.pull_request.title == '[BE]'* }} steps: - uses: actions/checkout@v3 - name: Set up JDK 17 From c6c3688d31838ad7752e336a7212bd87c2fc3483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=99=8D=EC=B0=AC=ED=9D=AC?= Date: Fri, 19 Jan 2024 22:39:28 +0900 Subject: [PATCH 3/3] =?UTF-8?q?chore:=20startswith=EC=82=AC=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CI_dev_be_pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI_dev_be_pull_request.yml b/.github/workflows/CI_dev_be_pull_request.yml index e46fc4a3d..3e87137d1 100644 --- a/.github/workflows/CI_dev_be_pull_request.yml +++ b/.github/workflows/CI_dev_be_pull_request.yml @@ -8,7 +8,7 @@ jobs: build: # 실행 환경 (Git Runners 개인 서버) runs-on: self-hosted - if: ${{ github.event.pull_request.title == '[BE]'* }} + if: ${{ startsWith(github.event.pull_request.title,'[BE]') }} steps: - uses: actions/checkout@v3 - name: Set up JDK 17