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 3bb47d3 commit ed167c3Copy full SHA for ed167c3
.github/workflows/build.yml
@@ -184,9 +184,7 @@ jobs:
184
# - on master
185
# - on release branches
186
# - when PR has `ci-skip-cache` label
187
- if: |
188
- github.ref != 'refs/heads/master'
189
- && startsWith(github.ref, 'refs/heads/release/') == false
+ if: github.ref != 'refs/heads/master' && startsWith(github.ref, 'refs/heads/release/') == false
190
with:
191
path: node_modules/.cache/nx
192
key: nx-${{ runner.os }}-${{ github.ref }}-${{ env.HEAD_COMMIT }}
0 commit comments