diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-11-01 23:51:52 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-11-01 23:51:52 -0600 |
| commit | aa4227c5b273182e3267f7fb63aa486575de83f8 (patch) | |
| tree | a0583954aed978071cb69492f2a336577c5a6a7c /.github | |
| parent | d63e7f5815918937b6123bd27468f868dc3b99b1 (diff) | |
cancel build already in progress for same workflow and ref
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
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: | |
