From d4a036dccbc3eb853b559a473c121ac4c1f1c640 Mon Sep 17 00:00:00 2001 From: GaBaljaintheroom Date: Thu, 11 Jul 2024 00:12:35 +0900 Subject: [PATCH 1/2] =?UTF-8?q?refactor=20:=20=EA=B9=83=ED=97=88=EB=B8=8C?= =?UTF-8?q?=20=EC=95=A1=EC=85=98=20uses=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/showpot-dev-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/showpot-dev-cd.yml b/.github/workflows/showpot-dev-cd.yml index a14f5e0f..b2ea987f 100644 --- a/.github/workflows/showpot-dev-cd.yml +++ b/.github/workflows/showpot-dev-cd.yml @@ -42,7 +42,7 @@ jobs: - name: Get Github Actions IP id: ip - uses: haythem/public-ip@v1.3 + uses: candidob/get-runner-ip@v1.0.0 - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v4 From d639becae0559db67e1f9b13fe41f43bc1adbfbc Mon Sep 17 00:00:00 2001 From: GaBaljaintheroom Date: Thu, 11 Jul 2024 00:16:52 +0900 Subject: [PATCH 2/2] =?UTF-8?q?refactor=20:=20=EA=B9=83=ED=97=88=EB=B8=8C?= =?UTF-8?q?=20=EC=95=A1=EC=85=98=20uses=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/showpot-dev-cd.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/showpot-dev-cd.yml b/.github/workflows/showpot-dev-cd.yml index b2ea987f..486aa4b9 100644 --- a/.github/workflows/showpot-dev-cd.yml +++ b/.github/workflows/showpot-dev-cd.yml @@ -4,6 +4,9 @@ on: push: branches: - develop + pull_request: + branches: + - develop jobs: build-and-deploy: