diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index ac50b9e8a..7a17bbbe6 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -13,7 +13,7 @@ permissions: concurrency: group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: ${{ github.ref != 'refs/head/main' }} + cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} jobs: check_lint: