Skip to content

Commit fdac863

Browse files
committed
Remove concurrency guard from push-only workflow
1 parent 9f24aad commit fdac863

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ on:
1010
permissions:
1111
contents: read
1212

13-
concurrency:
14-
group: ${{ github.workflow }}-${{ github.sha }}
15-
cancel-in-progress: true
16-
1713
jobs:
1814
common:
1915
uses: ./.github/workflows/build-common.yml

0 commit comments

Comments
 (0)