Skip to content

Commit 6216a4c

Browse files
committed
Draft.
1 parent 08e18cc commit 6216a4c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ on:
5353
#- cron: '5 1 * * 6'
5454
#- cron: '5 1 * * 2,4'
5555
#- cron: '5 1 * * 2'
56-
- cron: '5 1 * * 4'
56+
#- cron: '5 1 * * 4'
57+
#- cron: '25 6 1 * *'
58+
- cron: '25 2 25 * *'
5759

5860
# https://docs.github.com/en/actions/using-jobs/using-concurrency
5961
concurrency:

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ on:
5353
#- cron: '5 1 * * 6'
5454
#- cron: '5 1 * * 2,4'
5555
#- cron: '5 1 * * 2'
56-
#- cron: '5 1 * * 4'
56+
- cron: '5 1 * * 4'
5757
#- cron: '25 6 1 * *'
58-
- cron: '25 2 1 * *'
58+
#- cron: '25 2 25 * *'
5959

6060
# https://docs.github.com/en/actions/using-jobs/using-concurrency
6161
concurrency:

0 commit comments

Comments
 (0)