Skip to content

CI: acc.-stage update matrix. #55

CI: acc.-stage update matrix.

CI: acc.-stage update matrix. #55

Workflow file for this run

name: CD/CI
on:
push:
jobs:
commit-stage-workflow:
name: Commit Stage
uses: medicalmundi/oe-module-marketplace/.github/workflows/commit-stage.yaml@main
with:
triggering-sha: "${{ github.sha }}"
secrets: inherit
acceptance-stage-workflow:
name: Acceptance Stage
needs:
- commit-stage-workflow
uses: medicalmundi/oe-module-marketplace/.github/workflows/acceptance-stage.yaml@main
with:
triggering-sha: "${{ github.sha }}"
secrets: inherit