fix(ci): do not cancel in-progress bun runs on main

This commit is contained in:
Tak Hoffman
2026-03-24 10:18:46 -05:00
parent d884676dd2
commit 0bda670d9a

View File

@@ -6,7 +6,7 @@ on:
concurrency:
group: ci-bun-push-${{ github.ref_name }}
cancel-in-progress: true
cancel-in-progress: false
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"