Skip to content

Commit 2bde4c5

Browse files
committed
cicd: build-public: allow runs for each push
Let every branch push execute the workflow instead of canceling earlier runs. Signed-off-by: Nate Drude <nate.d@variscite.com>
1 parent 1e9613a commit 2bde4c5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build-public.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ on:
1616
- '**'
1717
workflow_dispatch:
1818

19-
concurrency:
20-
group: ${{ github.workflow }}-${{ github.ref }}
21-
cancel-in-progress: true
22-
2319
jobs:
2420
build-flexbuild:
2521
# Skip the entire job if the repository is private

0 commit comments

Comments
 (0)