aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/container_test.yml
diff options
context:
space:
mode:
authorAlexander <4584443+DragonStuff@users.noreply.github.com>2021-08-28 10:57:13 +0900
committerAlexander <4584443+DragonStuff@users.noreply.github.com>2021-08-28 10:57:13 +0900
commite73044f1f02c88c5bd43e7fb846399b232a8a4ad (patch)
tree0923d211170350ba026b87811b3606ec0a7b2e5a /.github/workflows/container_test.yml
parent9ac962888cfa71f8800c3c301f115844831a3bbb (diff)
downloadseaweedfs-e73044f1f02c88c5bd43e7fb846399b232a8a4ad.tar.xz
seaweedfs-e73044f1f02c88c5bd43e7fb846399b232a8a4ad.zip
feature(ci): cancel previous runs if in-progress
Diffstat (limited to '.github/workflows/container_test.yml')
-rw-r--r--.github/workflows/container_test.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/container_test.yml b/.github/workflows/container_test.yml
index 7ba460cf2..8c83e5c94 100644
--- a/.github/workflows/container_test.yml
+++ b/.github/workflows/container_test.yml
@@ -5,6 +5,10 @@ on:
pull_request:
workflow_dispatch: []
+concurrency:
+ group: ${{ github.head_ref }}
+ cancel-in-progress: true
+
jobs:
build-test:
runs-on: [ubuntu-latest]