Skip to content

Commit ad82570

Browse files
authored
Move macos-26-matrix.yml workflow to run nightly. (#5867)
1 parent fdabc30 commit ad82570

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/macos-26-matrix.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
name: macOS-26 Matrix Testing
22

33
on:
4-
push:
5-
branches:
6-
- develop
7-
pull_request:
8-
branches:
9-
- develop
4+
workflow_dispatch:
5+
schedule:
6+
- cron: "0 9 * * *"
7+
8+
# Using concurrency to cancel any in-progress job or run
9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.head_ref && github.ref || github.run_id }}
11+
cancel-in-progress: true
1012

1113
jobs:
1214
build-test:

0 commit comments

Comments
 (0)