Oryx-SDK-Runtime-Automation-Trigger #1075
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
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: | ||
Check failure on line 14 in .github/workflows/automationTrigger.yaml GitHub Actions / Oryx-SDK-Runtime-Automation-TriggerInvalid workflow file
|
||
strategy: | ||
matrix: | ||
platformName: [dotnet, python] | ||
uses: ./.github/workflows/automationTemplate.yaml | ||
with: | ||
platformName: ${{ matrix.platformName }} | ||
secrets: inherit |