[GHA] cleanup of snapshot builds

This commit is contained in:
aboyko
2024-07-13 00:19:02 -04:00
parent cd029054ac
commit fe69a2cdad
6 changed files with 13 additions and 93 deletions

View File

@@ -17,7 +17,7 @@ jobs:
with:
eclipse_profile: 'e431'
build_type: 'snapshot'
skip_tests: true
skip_tests: false
secrets: inherit
e431-distro:
@@ -59,3 +59,14 @@ jobs:
extension-name: vscode-concourse
secrets: inherit
vscode-manifest-yaml:
uses: ./.github/workflows/snapshot-vscode-extension.yml
with:
extension-name: vscode-manifest-yaml
secrets: inherit
vscode-bosh:
uses: ./.github/workflows/snapshot-vscode-extension.yml
with:
extension-name: vscode-bosh
secrets: inherit