[ci] Don't cancel in progress
All checks were successful
CI / test (push) Successful in 1m23s
CI / deploy (push) Successful in 2m1s

This commit is contained in:
2026-06-28 13:14:30 -04:00
parent ca75a8842d
commit 014f3c0082

View File

@ -8,6 +8,10 @@ on:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
test:
runs-on: ubuntu-latest