Skip to content

Commit d9894c2

Browse files
Merge pull request intersystems-community#973 from gjsjohnmurray/fix-625
Try using `concurrency` to fix intersystems-community#625
2 parents fcff3b3 + 95e1337 commit d9894c2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ on:
1616
release:
1717
types:
1818
- released
19+
20+
concurrency:
21+
group: ${{ github.workflow }}-${{ github.base_ref || github.run_id }}
22+
cancel-in-progress: false
23+
1924
jobs:
2025
build:
2126
timeout-minutes: 10
@@ -171,7 +176,7 @@ jobs:
171176
[ -n "${{ secrets.VSCE_TOKEN }}" ] && \
172177
npx vsce publish --packagePath ${{ steps.set-version.outputs.name }}.vsix -p ${{ secrets.VSCE_TOKEN }} || true
173178
- name: Publish to Open VSX Registry
174-
timeout-minutes: 15
179+
timeout-minutes: 5
175180
run: |
176181
[ -n "${{ secrets.OVSX_TOKEN }}" ] && \
177182
npx ovsx publish ${{ steps.set-version.outputs.name }}.vsix --pat ${{ secrets.OVSX_TOKEN }} || true

0 commit comments

Comments
 (0)