We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f167e6f commit daac60eCopy full SHA for daac60e
.circleci/config.yml
@@ -172,6 +172,10 @@ jobs:
172
173
steps:
174
- checkout
175
+ - run:
176
+ name: Skip if no JS changes
177
+ command: |
178
+ git diff --name-only origin/main...HEAD | grep '^js/' || exit 0
179
- run:
180
name: Copy current files to a temporary directory
181
command: |
@@ -440,10 +444,6 @@ workflows:
440
444
- full_build
441
445
442
446
check_js_build:
443
- filters:
- paths:
- only:
- - js/**
447
jobs:
448
- check-js-build
449
0 commit comments