diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13c3cd53d3..f6894a551b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ on: branches-ignore: - "main" -# In the event that there is a new push to the ref, cancel any running jobs because there are now obsolete, and wasting resources. +# In the event that there is a new push to the ref, cancel any running jobs because they are now obsolete, wasting resources. concurrency: group: "${{ github.workflow }}-${{ github.ref }}" cancel-in-progress: true diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f10d80f8cb..5fe097fc4d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,9 +11,9 @@ on: - "main" # We publish multiple packages for each version. -# Wait for any existing deploys to complete before starting a new one: +# Wait for any deploys in-progress to complete, before starting a new one: concurrency: - group: "deploy" + group: "${{ github.workflow }}" cancel-in-progress: false jobs: