From 1896931931976930e0b7cb8cfa65a4fe76f64f7d Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Mon, 11 Jul 2022 15:11:01 -0500 Subject: [PATCH] chore: ignore bundle size check for irrelevant PRs (#3893) Co-authored-by: Nate Moore --- .github/workflows/scripts.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/scripts.yml b/.github/workflows/scripts.yml index 40a29ee614..60cf929c70 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: