Skip to content

Commit b9c0d12

Browse files
committed
run tests every sunday at midnight
1 parent 182b8a7 commit b9c0d12

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/high-depends.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
pull_request:
55
schedule:
6-
- cron: '0 */12 * * *'
6+
- cron: '0 0 * * 0'
77

88
jobs:
99
locked:

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
pull_request:
55
schedule:
6-
- cron: '0 */12 * * *'
6+
- cron: '0 0 * * 0'
77

88
jobs:
99
eslint:

.github/workflows/low-depends.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
pull_request:
55
schedule:
6-
- cron: '0 */12 * * *'
6+
- cron: '0 0 * * 0'
77

88
jobs:
99
locked:

.github/workflows/stable-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
pull_request:
55
schedule:
6-
- cron: '0 */12 * * *'
6+
- cron: '0 0 * * 0'
77

88
jobs:
99
locked:

0 commit comments

Comments
 (0)