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 ed167c3 commit 35dc82bCopy full SHA for 35dc82b
.github/workflows/build.yml
@@ -122,7 +122,8 @@ jobs:
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') }}
+ force_skip_cache:
126
+ ${{ github.event_name == 'pull_request' && github.event.pull_request.labels.*.name.contains('ci-skip-cache') }}
127
128
job_install_deps:
129
name: Install Dependencies
0 commit comments