Skip to content

SYSARCH-ACS Daily

SYSARCH-ACS Daily #181

Workflow file for this run

name: SYSARCH-ACS Daily
on:
schedule:
- cron: "0 22 * * *" # daily 22:00 UTC
workflow_dispatch:
jobs:
run:
uses: ./.github/workflows/sysarch_ci.yml
with:
edk2-ref: edk2-stable202511
toolchain: arm-toolchain
run-uefi: true
run-baremetal: true
run-linux: true
secrets: inherit