Skip to content

Commit

Permalink
Merge pull request #790 from edoardopirovano/fix-workflow
Browse files Browse the repository at this point in the history
Fix syntax in a workflow
  • Loading branch information
adityasharad authored Oct 22, 2021
2 parents a35be9c + 63fd41b commit c89d9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
update:
name: Update dependencies
runs-on: macos-latest
if: contains(github.event.pull_request.labels.*.name, 'Update dependencies') && ${{ github.event.pull_request.head.repo.full_name == 'github/codeql-action' }}
if: contains(github.event.pull_request.labels.*.name, 'Update dependencies') && (github.event.pull_request.head.repo.full_name == 'github/codeql-action')
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit c89d9bd

Please sign in to comment.