ci: fallback to run_id to avoid cancelling other jobs (#2186)

ci: fallback to run id to avoid cancelling other jobs
This commit is contained in:
Yingwen
2023-08-16 18:24:17 +09:00
committed by GitHub
parent 8ea1763033
commit bb062003ef

View File

@@ -25,7 +25,7 @@ on:
name: CI
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
env: