Skip to content

Commit 4779053

Browse files
committed
[skip ci] 実行間隔を空ける
1 parent 7f9c6ba commit 4779053

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches:
55
- master
66
schedule:
7-
- cron: '0 1 * * *' # UTC
7+
- cron: '0 1 1,10,20 * *' # UTC
88

99
jobs:
1010
build:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

0 commit comments

Comments
 (0)