Skip to content

Commit 3bb47d3

Browse files
committed
try fix ci
1 parent 725d98f commit 3bb47d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ jobs:
120120
changed_browser: ${{ steps.changed.outputs.browser }}
121121
changed_browser_integration: ${{ steps.changed.outputs.browser_integration }}
122122
changed_any_code: ${{ steps.changed.outputs.any_code }}
123+
is_master: ${{ github.ref == 'refs/heads/master' }}
124+
is_release: ${{ startsWith(github.ref, 'refs/heads/release/') }}
125+
skip_cache: ${{ github.event.pull_request.labels.contains('ci-skip-cache') }}
123126

124127
job_install_deps:
125128
name: Install Dependencies
@@ -184,7 +187,6 @@ jobs:
184187
if: |
185188
github.ref != 'refs/heads/master'
186189
&& startsWith(github.ref, 'refs/heads/release/') == false
187-
&& github.event.pull_request.labels.contains('ci-skip-cache') == false
188190
with:
189191
path: node_modules/.cache/nx
190192
key: nx-${{ runner.os }}-${{ github.ref }}-${{ env.HEAD_COMMIT }}

0 commit comments

Comments
 (0)