Attempt to trigger GHA builds properly

This commit is contained in:
aboyko
2023-07-07 09:30:59 -04:00
parent 02e2f69efd
commit 12e7e16ba9
5 changed files with 19 additions and 17 deletions

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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>

View File

@@ -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>