summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Nate Moore <natemoo-re@users.noreply.github.com> 2022-07-11 15:11:01 -0500
committerGravatar GitHub <noreply@github.com> 2022-07-11 15:11:01 -0500
commit1896931931976930e0b7cb8cfa65a4fe76f64f7d (patch)
treea073b73500fe34dbd035023ccb5716abcbde63f7
parentc8ca528bba61434ddc5aad993fa9d918458db16e (diff)
downloadastro-1896931931976930e0b7cb8cfa65a4fe76f64f7d.tar.gz
astro-1896931931976930e0b7cb8cfa65a4fe76f64f7d.tar.zst
astro-1896931931976930e0b7cb8cfa65a4fe76f64f7d.zip
chore: ignore bundle size check for irrelevant PRs (#3893)
Co-authored-by: Nate Moore <nate@astro.build>
-rw-r--r--.github/workflows/scripts.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/scripts.yml b/.github/workflows/scripts.yml
index 40a29ee61..60cf929c7 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: