summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2022-08-17 09:59:45 (GMT)
committerGitHub <noreply@github.com>2022-08-17 09:59:45 (GMT)
commit3847e5751b7dae09d6c57748d1a9ae7d07dd3d3c (patch)
treed57dc6b92c13e86c39853311b6e4f7b328a064de
parentcfd6ab32522280079c2e6d3ea995f172b9ae0312 (diff)
parentc871a283670599c64656adc363e38a1ac723d6e0 (diff)
downloadlz4-3847e5751b7dae09d6c57748d1a9ae7d07dd3d3c.zip
lz4-3847e5751b7dae09d6c57748d1a9ae7d07dd3d3c.tar.gz
lz4-3847e5751b7dae09d6c57748d1a9ae7d07dd3d3c.tar.bz2
Merge pull request #1142 from tristan957/ci
Cancel in-progress CI if a new commit workflow supplants it
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c490bc7..e234a17 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -16,6 +16,10 @@ on: [push, pull_request]
permissions:
contents: read
+concurrency:
+ cancel-in-progress: true
+ group: ${{ github.workflow }}-${{ github.head_ref }}
+
jobs:
lz4-c-compilers:
name: CC=${{ matrix.cc }}, ${{ matrix.os }}