Skip to content

Build Test

Build Test #443

Workflow file for this run

name: Build Test
on:
pull_request:
types: [ready_for_review]
pull_request_review:
types: [submitted]
jobs:
trigger-build:
name: Build (Trigger) - ${{ inputs.os }}
if: github.event.pull_request.user.login == 'dependabot[bot]'
uses: ./.github/workflows/reusable_build.yml
strategy:
matrix:
os: [ubuntu-20.04, windows-2022, macos-12]
fail-fast: true
with:
os: ${{ matrix.os }}
stage: prod
secrets: inherit