Skip to content

Commit 07f5e09

Browse files
authored
Merge pull request #171
ci: run full build periodically
2 parents 5dd512e + cf6d3d0 commit 07f5e09

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/build-nativeshims.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ on:
2626
required: false
2727
default: "0.0.0-prerelease.YYYYMMDD.B"
2828
type: string
29+
schedule:
30+
- cron: '0 0 * * *' # Every day at midnight
2931

3032
jobs:
3133
build-windows:

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ on:
4040
required: false
4141
default: "0.0.0-prerelease.YYYYMMDD.B"
4242
type: string
43+
schedule:
44+
- cron: '0 0 * * *' # Every day at midnight
45+
46+
4347

4448
jobs:
4549
run-tests:

0 commit comments

Comments
 (0)