summaryrefslogtreecommitdiff
path: root/.github/workflows/file_format.yml
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2021-09-03 19:57:30 +0200
committerDaniel Mensinger <daniel@mensinger-ka.de>2021-09-04 17:03:24 +0200
commitcab77b0e4c767e8f6d09473c4829ae204e3628db (patch)
tree1754efbbf93d56b0f9b88e4b10bdec462a77a74f /.github/workflows/file_format.yml
parentb8cfb3d131644447246489fb0688eb594fc901d8 (diff)
downloadmeson-cab77b0e4c767e8f6d09473c4829ae204e3628db.tar.gz
ci: Use GitHub concurrency
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