diff options
| author | Tim Meusel <tim@bastelfreak.de> | 2021-09-18 00:51:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-18 00:51:51 +0200 |
| commit | 4f2879e76556a7bc3f43fdd329fae05a46143e21 (patch) | |
| tree | e27f03787a8193a1d91afd3622f6c15d0e97b806 | |
| parent | 798edf16817db516f045c0cabd7346f85a88352a (diff) | |
| parent | 6cb0795bbb2b3a4f885dfcb8f8fc2b13b715b4c4 (diff) | |
| download | puppet-ferm-4f2879e76556a7bc3f43fdd329fae05a46143e21.tar.gz puppet-ferm-4f2879e76556a7bc3f43fdd329fae05a46143e21.tar.bz2 | |
Merge pull request #141 from voxpupuli/modulesync
modulesync 4.2.0
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ce5b05..d08d05e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,10 @@ name: CI on: pull_request +concurrency: + group: ${{ github.head_ref }} + cancel-in-progress: true + jobs: setup_matrix: name: 'Setup Test Matrix' |
