branch: elpa/popup
commit b0537f8dee40afea316c87badb81ad90d205cf89
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 e634557765..d1a38ce2e7 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 }}