From bf6d0097405efc36f0bedbdc732e23f5e7b064ed Mon Sep 17 00:00:00 2001 From: Do-hyun-Kim Date: Fri, 27 Dec 2024 20:02:59 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20Github=20Actions=20Develop=20Merge=20?= =?UTF-8?q?=ED=96=88=EC=9D=84=EB=95=8C=20=EB=B0=B0=ED=8F=AC=ED=95=98?= =?UTF-8?q?=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95=20-=20Derived=20Data=20?= =?UTF-8?q?=EC=82=AD=EC=A0=9C=ED=95=98=EB=8A=94=20=EB=AA=85=EB=A0=B9?= =?UTF-8?q?=EC=96=B4=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/swift.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 35d1df65..e53bafd2 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -26,7 +26,6 @@ jobs: with: ruby-version: '3.2.0' - - name: Setup Xcode version uses: maxim-lobanov/setup-xcode@v1 with: @@ -61,9 +60,6 @@ jobs: - name: Tuist Generate Commnad run: tuist generate - - - name: Clean Derived Data - run: rm -rf ~/Library/Developer/Xcode/DerivedData - name: make Google Service Info run: | @@ -94,8 +90,8 @@ jobs: WIDGET_NAME: ${{secrets.WIDGET_NAME}} run: fastlane github_action_prd_upload_testflight - - name: fastlane upload_stg_testflight + if: ${{ github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'develop' }} env: APP_STORE_CONNECT_API_KEY_KEY_ID: ${{ secrets.APP_STORE_CONNECT_API_KEY_KEY_ID }} APP_STORE_CONNECT_API_KEY_ISSUER_ID: ${{ secrets.APP_STORE_CONNECT_API_KEY_ISSUER_ID }}