summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-11-01 23:51:52 -0600
committerDan Allen <dan.j.allen@gmail.com>2021-11-01 23:51:52 -0600
commitaa4227c5b273182e3267f7fb63aa486575de83f8 (patch)
treea0583954aed978071cb69492f2a336577c5a6a7c /.github
parentd63e7f5815918937b6123bd27468f868dc3b99b1 (diff)
cancel build already in progress for same workflow and ref
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f16313a4..ccc0d907 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -8,6 +8,9 @@ on:
paths-ignore: ['docs/**']
schedule:
- cron: '0 2 * * *'
+concurrency:
+ group: ${{ github.workflow }}-${{ github.ref }}
+ cancel-in-progress: true
jobs:
activate:
if: |