Skip to content

Commit a0e1aa5

Browse files
committed
Limit concurrency of update-manifest workflow to 1
1 parent 4b95a0f commit a0e1aa5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/update-manifest.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ defaults:
1313
run:
1414
shell: bash --noprofile --norc -euxo pipefail {0}
1515

16+
concurrency:
17+
group: ${{ github.workflow }}-${{ github.ref }}
18+
cancel-in-progress: false
19+
1620
jobs:
1721
update:
1822
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)