branch: elpa/treesit-fold
commit 4e59c763c46c8814042565749aef12397341f381
Author: Jen-Chieh Shen <[email protected]>
Commit: GitHub <[email protected]>
ci: cancel last workflow on push
---
.github/workflows/test.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index acdc92fe69..44e6b30705 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -6,6 +6,10 @@ on:
- master
pull_request:
+concurrency:
+ group: ${{ github.workflow }}-${{ github.ref }}
+ cancel-in-progress: true
+
jobs:
test:
runs-on: ${{ matrix.os }}