diff --git a/.github/workflows/central.yml b/.github/workflows/central.yml index 72fde16..2f7d980 100644 --- a/.github/workflows/central.yml +++ b/.github/workflows/central.yml @@ -10,6 +10,10 @@ on: tags: - 'v*' +concurrency: + group: ${{ github.head_ref || github.ref }} + cancel-in-progress: true + jobs: windows: runs-on: windows-latest