Skip to content

Oryx-SDK-Runtime-Automation-Trigger #374

Oryx-SDK-Runtime-Automation-Trigger

Oryx-SDK-Runtime-Automation-Trigger #374

name: Oryx-SDK-Runtime-Automation-Trigger
on:
# runs on 12:55 (5:55AM PST) & 23:55 UTC
schedule:
- cron: '55 12,23 * * *'
workflow_call:
inputs:
platformName:
required: true
type: string
jobs:
SdkRuntimeAutomation:
strategy:
matrix:
platformName: [dotnet, python]
uses: ./.github/workflows/automationTemplate.yaml
with:
platformName: ${{ matrix.platformName }}
secrets: inherit