Skip to content

Commit c867ba2

Browse files
committed
better cron in CI
1 parent 75c1178 commit c867ba2

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

.github/workflows/CI-CheckBy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: CI-CheckBy
22
on:
33
schedule:
4-
- cron: '0 0 * * 0'
4+
- cron: '20 8 * * 2'
55
push:
6-
branches:
7-
- main
8-
tags:
9-
- v*
6+
branches:
7+
- main
8+
tags:
9+
- v*
1010
pull_request:
1111
release:
1212
workflow_dispatch:

.github/workflows/CI.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: CI
22
on:
33
schedule:
4-
- cron: '0 0 * * 0'
4+
- cron: '20 8 * * 2'
55
push:
6-
branches:
7-
- main
8-
tags:
9-
- v*
6+
branches:
7+
- main
8+
tags:
9+
- v*
1010
pull_request:
1111
release:
1212
workflow_dispatch:

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: CompatHelper
22
on:
33
schedule:
4-
- cron: '0 0 * * *'
4+
- cron: '20 8 * * 2'
55
push:
66
branches:
77
- main

.github/workflows/Documentation.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Documentation
22
on:
33
schedule:
4-
- cron: '0 0 * * 0'
4+
- cron: '20 8 * * 2'
55
push:
6-
branches:
7-
- main
8-
tags:
9-
- v*
6+
branches:
7+
- main
8+
tags:
9+
- v*
1010
pull_request:
1111
release:
1212
workflow_dispatch:

.github/workflows/Formatter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Formatter
22
on:
33
schedule:
4-
- cron: '0 0 * * *'
4+
- cron: '20 8 * * 2'
55
push:
66
branches:
77
- main

0 commit comments

Comments
 (0)