From 29d0b63f400a7a3d9878826db1e43b88b7e9f53f Mon Sep 17 00:00:00 2001 From: ajnart Date: Mon, 15 May 2023 18:10:44 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9A=B0=EF=B8=8F=20Remove=20`continue-on-erro?= =?UTF-8?q?r`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/nextjs_bundle_analysis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/nextjs_bundle_analysis.yml b/.github/workflows/nextjs_bundle_analysis.yml index 70271a550..c45c75eb5 100644 --- a/.github/workflows/nextjs_bundle_analysis.yml +++ b/.github/workflows/nextjs_bundle_analysis.yml @@ -74,7 +74,6 @@ jobs: - name: Download base branch bundle stats uses: dawidd6/action-download-artifact@v2 - continue-on-error: true if: success() && github.event.number with: workflow: nextjs_bundle_analysis.yml