mirror of https://github.com/openclaw/openclaw.git
fix(ci): do not cancel in-progress main runs
This commit is contained in:
parent
938f8f4d83
commit
075ece3dac
|
|
@ -8,7 +8,7 @@ on:
|
|||
|
||||
concurrency:
|
||||
group: ${{ github.event_name == 'pull_request' && format('ci-pr-{0}', github.event.pull_request.number) || format('ci-push-{0}', github.ref_name) }}
|
||||
cancel-in-progress: true
|
||||
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
|
||||
|
||||
env:
|
||||
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
|
||||
|
|
|
|||
Loading…
Reference in New Issue