diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index b4d79f3..89416e0 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -7,6 +7,12 @@ on: permissions: contents: read +concurrency: + group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }} + + # If this is enabled it will cancel current running and start latest + cancel-in-progress: true + jobs: autofix: runs-on: ubuntu-latest