diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ffe4eff..b89d199 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,10 @@ on: types: - created +concurrency: + group: ${{ github.workflow }}-${{ github.ref }}-ci + cancel-in-progress: true + jobs: linux: name: Swift ${{ matrix.image }} on ubuntu-latest