Skip to content

Commit e719d33

Browse files
committed
fix linting
1 parent df48e65 commit e719d33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-metadata.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ jobs:
8282
# When merging into master, or from master
8383
is_gitflow_sync: ${{ github.head_ref == 'master' || github.ref == 'refs/heads/master' }}
8484
has_gitflow_label:
85-
${{ github.event_name == 'pull_request' && contains(toJSON(github.event.pull_request.labels.*.name),
86-
'Gitflow') }}
85+
${{ github.event_name == 'pull_request' && contains(toJSON(github.event.pull_request.labels.*.name), 'Gitflow')
86+
}}
8787
force_skip_cache:
8888
${{ github.event_name == 'schedule' || (github.event_name == 'pull_request' &&
8989
contains(toJSON(github.event.pull_request.labels.*.name), 'ci-skip-cache')) }}

0 commit comments

Comments
 (0)