diff options
author | Ben <31181527+benedom@users.noreply.github.com> | 2023-10-19 16:22:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-19 16:22:39 +0200 |
commit | 4c0e75ab090f21568b3d4ea57c898d5796a0917f (patch) | |
tree | faca65cbf5f7bcbb7b19184e06132e81949148fc /.github | |
parent | 41227fc3f2517bde0597843ba8474408f6a28235 (diff) |
Update build-swift.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build-swift.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build-swift.yml b/.github/workflows/build-swift.yml index 9d9f3cc..960fff1 100644 --- a/.github/workflows/build-swift.yml +++ b/.github/workflows/build-swift.yml @@ -8,6 +8,10 @@ on: pull_request: branches: [ "master" ] +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: build: strategy: |