Compare commits

...

2 Commits

Author SHA1 Message Date
b66475e748 chore: trigger CI 2025-09-29 11:22:41 -07:00
53abb359aa Add cancel-in-progress for re-run of CI jobs 2025-09-29 09:43:00 -07:00

View File

@ -20,7 +20,7 @@ on:
- .github/workflows/operator_benchmark.yml
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.event_name == 'workflow_dispatch' }}
group: ${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.head_ref) || github.ref_name }}
cancel-in-progress: true
permissions: