Move macos-26-matrix.yml workflow to run nightly. (#5867)

This commit is contained in:
Larry Knox
2025-09-24 14:21:29 -05:00
committed by GitHub
parent fdabc30649
commit ad82570cfe
+8 -6
View File
@@ -1,12 +1,14 @@
name: macOS-26 Matrix Testing
on:
push:
branches:
- develop
pull_request:
branches:
- develop
workflow_dispatch:
schedule:
- cron: "0 9 * * *"
# Using concurrency to cancel any in-progress job or run
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref && github.ref || github.run_id }}
cancel-in-progress: true
jobs:
build-test: