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 35f7c6b commit 7f62d23Copy full SHA for 7f62d23
.github/workflows/build.yml
@@ -120,12 +120,6 @@ jobs:
120
changed_browser: ${{ steps.changed.outputs.browser }}
121
changed_browser_integration: ${{ steps.changed.outputs.browser_integration }}
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: |
126
- github.ref != 'refs/heads/master'
127
- && startsWith(github.ref, 'refs/heads/release/') == false
128
- && github.event.pull_request.labels.contains('ci-skip-cache') == false
129
130
job_install_deps:
131
name: Install Dependencies
0 commit comments