From 2208459b42632b16b9895e2269587535853fdb39 Mon Sep 17 00:00:00 2001 From: George Satellite Date: Sat, 13 Jan 2024 15:39:06 +0200 Subject: [PATCH] rename workflow --- .../workflows/{nextjs_bundle_analysis.yml => bundle_size.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{nextjs_bundle_analysis.yml => bundle_size.yml} (97%) diff --git a/.github/workflows/nextjs_bundle_analysis.yml b/.github/workflows/bundle_size.yml similarity index 97% rename from .github/workflows/nextjs_bundle_analysis.yml rename to .github/workflows/bundle_size.yml index 47eaa35..528130f 100644 --- a/.github/workflows/nextjs_bundle_analysis.yml +++ b/.github/workflows/bundle_size.yml @@ -1,7 +1,7 @@ # Copyright (c) HashiCorp, Inc. # SPDX-License-Identifier: MPL-2.0 -name: 'Next.js Bundle Analysis' +name: 'Bundle size' on: pull_request: @@ -52,7 +52,7 @@ jobs: uses: dawidd6/action-download-artifact@v2 if: success() && github.event.number with: - workflow: nextjs_bundle_analysis.yml + workflow: bundle_size.yml branch: ${{ github.event.pull_request.base.ref }} path: .next/analyze/base - name: Compare with base branch bundle