Skip to content

Commit 4c52830

Browse files
authored
Move repo builds concurrency to the top level
1 parent b59907e commit 4c52830

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/repo.hex.pm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ env:
1313
ERLC_OPTS: "warnings_as_errors"
1414
LANG: C.UTF-8
1515

16+
concurrency: builds_txt
17+
1618
jobs:
1719
release_pre_built:
1820
strategy:
@@ -28,7 +30,6 @@ jobs:
2830
otp_version: '26.0'
2931
build_docs: build_docs
3032
runs-on: ubuntu-20.04
31-
concurrency: builds_txt
3233
steps:
3334
- uses: actions/checkout@v3
3435
with:

0 commit comments

Comments
 (0)