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 df48e65 commit e719d33Copy full SHA for e719d33
1 file changed
.github/workflows/ci-metadata.yml
@@ -82,8 +82,8 @@ jobs:
82
# When merging into master, or from master
83
is_gitflow_sync: ${{ github.head_ref == 'master' || github.ref == 'refs/heads/master' }}
84
has_gitflow_label:
85
- ${{ github.event_name == 'pull_request' && contains(toJSON(github.event.pull_request.labels.*.name),
86
- 'Gitflow') }}
+ ${{ github.event_name == 'pull_request' && contains(toJSON(github.event.pull_request.labels.*.name), 'Gitflow')
+ }}
87
force_skip_cache:
88
${{ github.event_name == 'schedule' || (github.event_name == 'pull_request' &&
89
contains(toJSON(github.event.pull_request.labels.*.name), 'ci-skip-cache')) }}
0 commit comments