Run MacOS smoke test on daily cron job instead of every commit (#37567)

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
Harry Mellor
2026-03-19 16:19:50 +00:00
committed by GitHub
parent 657855ab41
commit 4dce8321a9

View File

@@ -1,9 +1,9 @@
name: macOS Apple Silicon Smoke Test
on:
push:
branches:
- main
schedule:
# Daily at 2:30 AM UTC
- cron: '30 2 * * *'
workflow_dispatch: # Manual trigger
permissions: