diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 61d387d03..44c5c1ec1 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -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