Skip to content

Commit 7460296

Browse files
authored
Update static-analyze.yml
1 parent 0681cdf commit 7460296

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/static-analyze.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches:
77
- "3.x"
88
schedule:
9-
- cron: '* 8 * * *'
9+
- cron: '0 8 * * *'
1010

1111
jobs:
1212
compatibility:
@@ -51,4 +51,4 @@ jobs:
5151
run: "composer install --no-interaction --no-progress --no-suggest"
5252

5353
- name: "Static Analyze"
54-
run: "composer static:analyze"
54+
run: "composer static:analyze"

0 commit comments

Comments
 (0)