diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98d92f5f..7b7b05d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: # Checks if any concurrent jobs under the same pull request or branch are being executed # NOTE: this will cancel every workflow that is being ran as group is just the github ref (without the workflow name) concurrency: - group: ${{ github.ref }} + group: ${{ github.head_ref || github.run_id }} cancel-in-progress: true jobs: