Skip to content

Commit 7f62d23

Browse files
committed
fix ci
1 parent 35f7c6b commit 7f62d23

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,6 @@ 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: |
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
129123

130124
job_install_deps:
131125
name: Install Dependencies

0 commit comments

Comments
 (0)