File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,9 @@ jobs:
120
120
changed_browser : ${{ steps.changed.outputs.browser }}
121
121
changed_browser_integration : ${{ steps.changed.outputs.browser_integration }}
122
122
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') }}
123
126
124
127
job_install_deps :
125
128
name : Install Dependencies
@@ -184,7 +187,6 @@ jobs:
184
187
if : |
185
188
github.ref != 'refs/heads/master'
186
189
&& startsWith(github.ref, 'refs/heads/release/') == false
187
- && github.event.pull_request.labels.contains('ci-skip-cache') == false
188
190
with :
189
191
path : node_modules/.cache/nx
190
192
key : nx-${{ runner.os }}-${{ github.ref }}-${{ env.HEAD_COMMIT }}
You can’t perform that action at this time.
0 commit comments