Adjust concurrency for GHA workflows
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
name: Eclipse LS Extensions Snapshot Build
|
||||
|
||||
concurrency: eclipse-ls-extensions
|
||||
# configure manual trigger
|
||||
#on:
|
||||
# workflow_dispatch:
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
name: Snapshot - 4.27 Eclipse STS Distribution Build
|
||||
|
||||
concurrency: e427
|
||||
concurrency:
|
||||
group: e427
|
||||
cancel-in-progress: true
|
||||
|
||||
#on:
|
||||
# workflow_dispatch:
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
name: Snapshot - 4.28 Eclipse STS Distribution Build
|
||||
|
||||
concurrency: e428
|
||||
concurrency:
|
||||
group: e428
|
||||
cancel-in-progress: true
|
||||
|
||||
#on:
|
||||
# workflow_dispatch:
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
name: Snapshot - 4.29 Eclipse STS Distribution Build
|
||||
|
||||
concurrency: e429
|
||||
concurrency:
|
||||
group: e429
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
Reference in New Issue
Block a user