diff --git a/.github/workflows/platform-ci.yml b/.github/workflows/platform-ci.yml index c2d15c42d7..df8b677636 100644 --- a/.github/workflows/platform-ci.yml +++ b/.github/workflows/platform-ci.yml @@ -16,6 +16,10 @@ on: branches: - main +concurrency: + group: "platform-ci-${{ github.ref }}" + cancel-in-progress: true + jobs: # A job to produce the environment constants for this repository, so that the build job can