From d5bdb1323b9c4fa641bf02a48198813c88b98824 Mon Sep 17 00:00:00 2001 From: Miku <26039249+xMikux@users.noreply.github.com> Date: Sun, 26 Feb 2023 23:13:00 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E8=AA=BF=E6=95=B4=20s3=20=E8=A6=86?= =?UTF-8?q?=E8=93=8B=E4=B8=8B=E8=BC=89=E8=A6=8F=E5=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ResourcePacker.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ResourcePacker.yml b/.github/workflows/ResourcePacker.yml index 134b90d31..840caade1 100644 --- a/.github/workflows/ResourcePacker.yml +++ b/.github/workflows/ResourcePacker.yml @@ -55,6 +55,7 @@ jobs: run: .github/scripts/override_mods.sh - name: Download override cache from s3 + if: github.event_name != 'pull_request' uses: Docker-Collection/docker-aws-s3-action@main with: aws_s3_bucket: ${{ secrets.AWS_S3_BUCKET }} @@ -65,6 +66,7 @@ jobs: aws_command: "cp" - name: Extract caches + if: github.event_name != 'pull_request' run: | unzip Override-Cache.zip rm Override-Cache.zip