GHA: Cleanup. Attempt to correct s3 command

This commit is contained in:
aboyko
2023-07-14 13:49:27 -04:00
parent 0a590671fc
commit 1d65a04050
7 changed files with 104 additions and 17 deletions

View File

@@ -5,12 +5,17 @@ concurrency:
cancel-in-progress: true
on:
workflow_run:
workflows: ["Eclipse LS Extensions Snapshot Build"]
types: [completed]
branches:
- "main"
workflow_dispatch:
jobs:
e429-distro:
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
uses: ./.github/workflows/eclipse-distro-build.yml
uses: ./.github/workflows/self-hosted-eclipse-distro-build.yml
with:
eclipse_profile: 'e429'
build_type: 'snapshot'