diff --git a/.github/workflows/format-rust.yml b/.github/workflows/format-rust.yml index ea7d4252..21615ba1 100644 --- a/.github/workflows/format-rust.yml +++ b/.github/workflows/format-rust.yml @@ -16,6 +16,10 @@ on: - 'plugins/src/**' - "**/Cargo.toml" +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: format: runs-on: ubuntu-latest