We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b95a0f commit a0e1aa5Copy full SHA for a0e1aa5
1 file changed
.github/workflows/update-manifest.yml
@@ -13,6 +13,10 @@ defaults:
13
run:
14
shell: bash --noprofile --norc -euxo pipefail {0}
15
16
+concurrency:
17
+ group: ${{ github.workflow }}-${{ github.ref }}
18
+ cancel-in-progress: false
19
+
20
jobs:
21
update:
22
runs-on: ubuntu-latest
0 commit comments