Attempt to trigger GHA builds properly
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
name: Eclipse LS Extensions Snapshot Build
|
||||
|
||||
# configure manual trigger
|
||||
on:
|
||||
workflow_dispatch:
|
||||
#on:
|
||||
# push:
|
||||
# branches:
|
||||
# - 'main'
|
||||
# workflow_dispatch:
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
|
||||
jobs:
|
||||
|
||||
|
||||
@@ -1,7 +1,13 @@
|
||||
name: Snapshot - 4.27 Eclipse STS Distribution Build
|
||||
|
||||
#on:
|
||||
# workflow_dispatch:
|
||||
on:
|
||||
workflow_dispatch:
|
||||
workflow_run:
|
||||
workflows: ["Eclipse LS Extensions Snapshot Build"]
|
||||
types: [completed]
|
||||
branches:
|
||||
- "main"
|
||||
|
||||
jobs:
|
||||
e427-distro:
|
||||
|
||||
@@ -1,7 +1,13 @@
|
||||
name: Snapshot - 4.28 Eclipse STS Distribution Build
|
||||
|
||||
#on:
|
||||
# workflow_dispatch:
|
||||
on:
|
||||
workflow_dispatch:
|
||||
workflow_run:
|
||||
workflows: ["Eclipse LS Extensions Snapshot Build"]
|
||||
types: [completed]
|
||||
branches:
|
||||
- "main"
|
||||
|
||||
jobs:
|
||||
e428-distro:
|
||||
|
||||
@@ -142,14 +142,8 @@
|
||||
<id>gitactions</id>
|
||||
<properties>
|
||||
<vm-signing.ssh.key>~/.ssh/id_rsa</vm-signing.ssh.key>
|
||||
|
||||
<dist.accessKey>${env.tools_s3_access_key}</dist.accessKey>
|
||||
<dist.secretKey>${env.tools_s3_secret_key}</dist.secretKey>
|
||||
|
||||
<dist.pathpostfix>trials</dist.pathpostfix>
|
||||
<dist.path>${dist.type}/${dist.key}/${dist.project}/${dist.pathpostfix}</dist.path>
|
||||
<sts4-language-servers-p2-repo>https://dist.springsource.com/${dist.type}/TOOLS/sts4-language-server-integrations/trials</sts4-language-servers-p2-repo>
|
||||
|
||||
<gpg.passphrase>${env.gpg_passphrase}</gpg.passphrase>
|
||||
<gpg.keyname>${env.gpg_keyname}</gpg.keyname>
|
||||
</properties>
|
||||
|
||||
@@ -136,10 +136,6 @@
|
||||
<properties>
|
||||
<dist.accessKey>${env.tools_s3_access_key}</dist.accessKey>
|
||||
<dist.secretKey>${env.tools_s3_secret_key}</dist.secretKey>
|
||||
|
||||
<dist.pathpostfix>trials</dist.pathpostfix>
|
||||
<dist.path>${dist.type}/${dist.key}/${dist.project}/${dist.pathpostfix}</dist.path>
|
||||
|
||||
<gpg.passphrase>${env.gpg_passphrase}</gpg.passphrase>
|
||||
<gpg.keyname>${env.gpg_keyname}</gpg.keyname>
|
||||
<gpg.homedir>${env.gpg_homedir}</gpg.homedir>
|
||||
|
||||
Reference in New Issue
Block a user