GHA: make eclipse ls extensions workflow re-usable

This commit is contained in:
aboyko
2023-07-20 11:56:10 -04:00
parent 3fb358bccc
commit 1de857a339
5 changed files with 42 additions and 14 deletions

View File

@@ -0,0 +1,19 @@
name: Snapshot - Eclipse LS Extensions
concurrency:
group: eclipse-ls-extension-snapshot
cancel-in-progress: true
#on:
# workflow_dispatch:
on:
push:
branches:
- 'main'
jobs:
eclipse-ls-extensions:
uses: ./.github/workflows/eclipse-ls-extensions-build.yml
with:
build_type: 'snapshot'
secrets: inherit