Skip to content

Commit 46c0778

Browse files
Schedule GitHub workflows (#61)
1 parent 7f97f3e commit 46c0778

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

.github/workflows/bc.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
on:
2-
- pull_request
3-
- push
2+
pull_request:
3+
push:
4+
schedule:
5+
- cron: '0 0 * * *'
46

57
name: backwards compatibility
68
jobs:

.github/workflows/build.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
on:
2-
- pull_request
3-
- push
2+
pull_request:
3+
push:
4+
schedule:
5+
- cron: '0 0 * * *'
46

57
name: build
68

.github/workflows/mutation.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
on:
22
pull_request:
33
push:
4-
branches:
5-
- "master"
4+
schedule:
5+
- cron: '0 0 * * *'
66

77
name: mutation test
88

.github/workflows/static.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
on:
2-
- pull_request
3-
- push
2+
pull_request:
3+
push:
4+
schedule:
5+
- cron: '0 0 * * *'
46

57
name: static analysis
68

0 commit comments

Comments
 (0)