Skip to content

Commit ed167c3

Browse files
committed
try fix ci
1 parent 3bb47d3 commit ed167c3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,7 @@ jobs:
184184
# - on master
185185
# - on release branches
186186
# - when PR has `ci-skip-cache` label
187-
if: |
188-
github.ref != 'refs/heads/master'
189-
&& startsWith(github.ref, 'refs/heads/release/') == false
187+
if: github.ref != 'refs/heads/master' && startsWith(github.ref, 'refs/heads/release/') == false
190188
with:
191189
path: node_modules/.cache/nx
192190
key: nx-${{ runner.os }}-${{ github.ref }}-${{ env.HEAD_COMMIT }}

0 commit comments

Comments
 (0)