Skip to content

Commit 2c4fc58

Browse files
Schedule GitHub workflows (#31)
1 parent 496af98 commit 2c4fc58

4 files changed

Lines changed: 14 additions & 8 deletions

File tree

.github/workflows/bc.yml

Lines changed: 4 additions & 2 deletions
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

Lines changed: 4 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 4 additions & 2 deletions
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)