Skip to content

Commit af5ad21

Browse files
authored
Merge pull request msyk#70 from matsuo/github-actions
Modify the schedule setting for GitHub Actions
2 parents 87b3ad8 + c39856c commit af5ad21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- "*"
77
schedule:
8-
- cron: '* * 15 * *'
8+
- cron: '0 9 15 * *'
99

1010
jobs:
1111
test:

0 commit comments

Comments
 (0)