Skip to content

Commit c89d9bd

Browse files
authored
Merge pull request #790 from edoardopirovano/fix-workflow
Fix syntax in a workflow
2 parents a35be9c + 63fd41b commit c89d9bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-dependencies.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
update:
88
name: Update dependencies
99
runs-on: macos-latest
10-
if: contains(github.event.pull_request.labels.*.name, 'Update dependencies') && ${{ github.event.pull_request.head.repo.full_name == 'github/codeql-action' }}
10+
if: contains(github.event.pull_request.labels.*.name, 'Update dependencies') && (github.event.pull_request.head.repo.full_name == 'github/codeql-action')
1111
steps:
1212
- name: Checkout repository
1313
uses: actions/checkout@v2

0 commit comments

Comments
 (0)