From b5077caa36dadc8ddee2f63371b7178d2464f247 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Mon, 11 Jul 2022 13:30:03 -0500 Subject: [PATCH] chore: ignore bundle size check for irrelevant PRs --- .github/workflows/scripts.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/scripts.yml b/.github/workflows/scripts.yml index 40a29ee614d2..60cf929c70e5 100644 --- a/.github/workflows/scripts.yml +++ b/.github/workflows/scripts.yml @@ -4,6 +4,8 @@ on: pull_request: branches: - 'main' + paths: + - 'packages/astro/src/runtime/client/**/*' # Automatically cancel in-progress actions on the same branch concurrency: