Skip to content

Merge pull request #39 from deeagle/dev/task_adapt-ci-with-dependency… #30

Merge pull request #39 from deeagle/dev/task_adapt-ci-with-dependency…

Merge pull request #39 from deeagle/dev/task_adapt-ci-with-dependency… #30

Workflow file for this run

---
name: Main-Workflow
on:
push:
branches:
- main
workflow_dispatch:
jobs:
call-ci-workflow:
uses: ./.github/workflows/ci.yml
call-release-tst-workflow:
uses: ./.github/workflows/release-tst.yml
secrets: inherit
call-release-workflow:
needs:
- call-ci-workflow
- call-release-tst-workflow
uses: ./.github/workflows/release.yml
secrets: inherit
call-container-build-workflow:
needs:
- call-ci-workflow
- call-release-workflow
uses: ./.github/workflows/build-container.yml
with:
container-tag: latest
secrets: inherit