Create caller2.yml #20
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
maraplus_stage: | |
runs-on: self-hosted | |
needs: [project_names_wkf, build_odoo] | |
strategy: | |
# We want other test jobs to still run, to see overall picture. | |
fail-fast: false | |
matrix: | |
name: "${{ fromJSON( needs.project_names_wkf.outputs.names_json ) }}" | |
uses: ./.github/workflows/_maraplus.yml | |
with: | |
project: ${{ matrix.name }} | |
mode: stage | |
secrets: inherit # pragma: allowlist secret |