diff options
Diffstat (limited to '.github/workflows/file_format.yml')
| -rw-r--r-- | .github/workflows/file_format.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/file_format.yml b/.github/workflows/file_format.yml index a41c61203..278fb297d 100644 --- a/.github/workflows/file_format.yml +++ b/.github/workflows/file_format.yml @@ -2,6 +2,10 @@ name: File format check on: [push, pull_request] +concurrency: + group: file_fmt-${{ github.head_ref }} + cancel-in-progress: true + jobs: format: runs-on: ubuntu-latest |
