fix: add concurrency group to prevent build runs from cancelling each other

This commit is contained in:
Ryan Moon
2026-04-02 06:53:24 -05:00
parent d821302439
commit 75bc10fe3c

View File

@@ -5,6 +5,10 @@ on:
branches: [main]
workflow_dispatch:
concurrency:
group: build
cancel-in-progress: false
jobs:
build:
runs-on: ubuntu-latest