Adjust concurrency for GHA workflows

This commit is contained in:
aboyko
2023-07-12 11:23:17 -04:00
parent 2d8cd9d849
commit 42b92edc1e
4 changed files with 9 additions and 4 deletions

View File

@@ -1,6 +1,5 @@
name: Eclipse LS Extensions Snapshot Build
concurrency: eclipse-ls-extensions
# configure manual trigger
#on:
# workflow_dispatch:

View File

@@ -1,6 +1,8 @@
name: Snapshot - 4.27 Eclipse STS Distribution Build
concurrency: e427
concurrency:
group: e427
cancel-in-progress: true
#on:
# workflow_dispatch:

View File

@@ -1,6 +1,8 @@
name: Snapshot - 4.28 Eclipse STS Distribution Build
concurrency: e428
concurrency:
group: e428
cancel-in-progress: true
#on:
# workflow_dispatch:

View File

@@ -1,6 +1,8 @@
name: Snapshot - 4.29 Eclipse STS Distribution Build
concurrency: e429
concurrency:
group: e429
cancel-in-progress: true
on:
workflow_dispatch: