Prevents presubmit runs on different branches from canceling each other.

This commit is contained in:
Guillaume Chatelet
2025-12-18 13:40:16 +00:00
committed by Corentin Le Molgat
parent 0fe7cb5dbd
commit a05ea60fd5

View File

@@ -7,7 +7,7 @@ on:
- main
concurrency:
group: ortools-presubmit
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
env: