apply to bench.yml

This commit is contained in:
Minsoo Cheong 2024-04-05 01:19:54 +09:00
parent 68ac639d27
commit 3bb70c394d

View file

@ -32,7 +32,7 @@ on:
- cron: '04 2 * * *'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.inputs.sha }}
group: ${{ github.workflow }}-${{ github.head_ref && github.ref || github.run_id }}-${{ github.event.inputs.sha }}
cancel-in-progress: true
jobs: