mirror of https://github.com/openclaw/openclaw.git
fix(ci): key concurrency by ref instead of sha
This commit is contained in:
parent
f9419e26bb
commit
025d4152d1
|
|
@ -6,7 +6,7 @@ on:
|
|||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: ci-${{ github.event.pull_request.number || github.sha }}
|
||||
group: ci-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in New Issue