summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBatuhan Taskaya <isidentical@gmail.com>2022-04-14 17:38:28 +0300
committerGitHub <noreply@github.com>2022-04-14 07:38:28 -0700
commit9f1ec6d5cc682360dc181aacfa94255b83080cfc (patch)
tree54e52003d878e137e1384d7bae91c68891767b26
parent85ba9ad8eaa718d7f9dbcb7129168d6a877f3d30 (diff)
Limit concurrency of our test workflow (#1353)
-rw-r--r--.github/workflows/tests.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 17d03d3e..dfd6a8e3 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -1,4 +1,7 @@
name: Tests
+concurrency:
+ group: ${{ github.head_ref || github.run_id }}
+ cancel-in-progress: true
on:
push: