diff options
| author | Tim <tim@bastelfreak.de> | 2021-09-18 00:01:38 +0200 |
|---|---|---|
| committer | Tim <tim@bastelfreak.de> | 2021-09-18 00:01:38 +0200 |
| commit | 6cb0795bbb2b3a4f885dfcb8f8fc2b13b715b4c4 (patch) | |
| tree | e27f03787a8193a1d91afd3622f6c15d0e97b806 | |
| parent | 798edf16817db516f045c0cabd7346f85a88352a (diff) | |
| download | puppet-ferm-6cb0795bbb2b3a4f885dfcb8f8fc2b13b715b4c4.tar.gz puppet-ferm-6cb0795bbb2b3a4f885dfcb8f8fc2b13b715b4c4.tar.bz2 | |
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' |
