Skip to content

Build Test

Build Test #32

Workflow file for this run

name: Build Test
on:
schedule:
# 12:00AM (UTC) Sunday
- cron: '0 0 * * SUN'
workflow_dispatch:
jobs:
trigger-build:
name: Build (Trigger) - ${{ inputs.os }}
uses: ./.github/workflows/reusable_build.yml
if: ${{ always() }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2022, macos-11]
fail-fast: true
with:
os: ${{ matrix.os }}
stage: prod
secrets: inherit