Skip to content

Commit df74aad

Browse files
authored
Add weekly build (#119)
1 parent d678dd2 commit df74aad

File tree

9 files changed

+18
-0
lines changed

9 files changed

+18
-0
lines changed

.github/workflows/.aarch64.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: aarch64
22
on:
3+
schedule:
4+
- cron: '0 0 * * 0'
35
push:
46
branches:
57
- master

.github/workflows/.armv6.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: armv6
22
on:
3+
schedule:
4+
- cron: '0 0 * * 0'
35
push:
46
branches:
57
- master

.github/workflows/.armv7.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: armv7
22
on:
3+
schedule:
4+
- cron: '0 0 * * 0'
35
push:
46
branches:
57
- master

.github/workflows/.coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
on:
2+
schedule:
3+
- cron: '0 0 * * 0'
24
push:
35
branches:
46
- master

.github/workflows/.macos.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: macOS
22
on:
3+
schedule:
4+
- cron: '0 0 * * 0'
35
push:
46
branches:
57
- master

.github/workflows/.ppc64le.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: ppc64le
22
on:
3+
schedule:
4+
- cron: '0 0 * * 0'
35
push:
46
branches:
57
- master

.github/workflows/.s390x.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: s390x
22
on:
3+
schedule:
4+
- cron: '0 0 * * 0'
35
push:
46
branches:
57
- master

.github/workflows/.ubuntu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: x64-ubuntu
22
on:
3+
schedule:
4+
- cron: '0 0 * * 0'
35
push:
46
branches:
57
- master

.github/workflows/.windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: windows
22
on:
3+
schedule:
4+
- cron: '0 0 * * 0'
35
push:
46
branches:
57
- master

0 commit comments

Comments
 (0)