Skip to content

Commit 03a1205

Browse files
committed
fix build
1 parent 35dc82b commit 03a1205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
is_master: ${{ github.ref == 'refs/heads/master' }}
124124
is_release: ${{ startsWith(github.ref, 'refs/heads/release/') }}
125125
force_skip_cache:
126-
${{ github.event_name == 'pull_request' && github.event.pull_request.labels.*.name.contains('ci-skip-cache') }}
126+
${{ github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'ci-skip-cache') }}
127127

128128
job_install_deps:
129129
name: Install Dependencies

0 commit comments

Comments
 (0)