Skip to content

Commit b4a2d6d

Browse files
committed
CI/CD: run native.yml on schedule
1 parent f7dea39 commit b4a2d6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/native.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
branches:
99
- master
1010
workflow_dispatch:
11+
schedule:
12+
- cron: '33 3 * * 0'
1113

1214
jobs:
1315

0 commit comments

Comments
 (0)