diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3ed075a..85771e2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,6 +8,10 @@ on: push: branches: [main, 'releases/**'] +concurrency: + group: ${{ github.ref }} + cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} + permissions: read-all jobs: