summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-08-19 16:08:50 +0800
committerGitHub <[email protected]>2021-08-19 16:08:50 +0800
commit69da74c43e934650eb797ec51f6b7c91fd419642 (patch)
tree6ec6ab163e8e486a8e2a4197bc6e9ce11d4c9077
parentd5ef6455a7ae27dcbea4cc3b977f45b48f7e563e (diff)
Update linux.yml
-rw-r--r--.github/workflows/linux.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 7c1308060..1478b0962 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -8,9 +8,10 @@ on:
jobs:
build:
-
runs-on: ubuntu-latest
-
+ concurrency:
+ group: ${{ github.head_ref }}-build
+ cancel-in-progress: true
steps:
- uses: actions/checkout@v2
with: