Skip to content

Commit

Permalink
handle skipping build during setup phase
Browse files Browse the repository at this point in the history
  • Loading branch information
KetanReddy committed Aug 29, 2024
1 parent 4163fec commit 1a88cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
executor: minimal
steps:
- checkout

- run: rec=$(npx auto label | grep "skip-build" || true); if [ "$rec" ]; then circleci-agent step halt; fi
- restore_cache:
keys:
- v1-dependencies-{ { checksum "package.json" }}
Expand Down

0 comments on commit 1a88cba

Please sign in to comment.