Skip to content

Commit 4a778d8

Browse files
committed
Remove concurrency from build YAML file
1 parent 2a80e01 commit 4a778d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-glibc-and-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ on:
1616
type: boolean
1717
default: false
1818

19-
concurrency:
20-
group: build-glibc-and-release
21-
cancel-in-progress: false
19+
# concurrency:
20+
# group: build-glibc-and-release
21+
# cancel-in-progress: false
2222

2323
jobs:
2424
build:

0 commit comments

Comments
 (0)