summaryrefslogtreecommitdiff
path: root/.github/workflows/file_format.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/file_format.yml')
-rw-r--r--.github/workflows/file_format.yml4
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