diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 2dfd5d1..e6a0ea7 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -7,9 +7,6 @@ on: workflow_dispatch: pull_request: -concurrency: - group: ${{ github.head_ref || github.run_id }} - cancel-in-progress: true jobs: linter: uses: ./.github/workflows/linter.yml