fix ci main cancellation behavior

This commit is contained in:
Tak Hoffman
2026-03-21 08:55:24 -05:00
parent 35e6310b22
commit 4af79f20d5

View File

@@ -7,7 +7,7 @@ on:
concurrency:
group: ci-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"