From 7861d1a5fe712149a6a5825499756af697efe3d1 Mon Sep 17 00:00:00 2001 From: Ame_x Edam Date: Tue, 12 Nov 2024 05:25:07 +0000 Subject: [PATCH] for SDGs --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab5874d8..918a034c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -228,13 +228,12 @@ jobs: perf-measures-bundle-check-on-pr: name: 'Bundle Check on PR' + needs: main runs-on: ubuntu-latest if: github.event_name == 'pull_request' steps: - uses: actions/checkout@v4 - uses: oven-sh/setup-bun@v2 - - run: bun install - - run: bun run build - run: bunx esbuild --minify --bundle dist/index.js --format=esm --outfile=perf-measures/bundle-check/generated/after.js - uses: actions/cache/restore@v4 with: