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 3544296 commit 8f4acfcCopy full SHA for 8f4acfc
.github/workflows/build.yml
@@ -160,9 +160,9 @@ jobs:
160
if: steps.cache_dependencies.outputs.cache-hit != 'true'
161
run: yarn install --ignore-engines --frozen-lockfile
162
163
- - name: Skip step if no code changes
+ - name: Early return if no code changes
164
if: needs.job_get_metadata.outputs.changed_any_code == 'false'
165
- run: echo "No code changes, skipping build."
+ run: echo "Skipping build because there are no file changes" && exit 0
166
167
- name: Check for Affected Nx Projects
168
uses: dkhunt27/[email protected]
0 commit comments