Skip to content

Commit 3107e2b

Browse files
authored
Update static-analyze.yml
1 parent 6a369d9 commit 3107e2b

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
- "4.x"
88
schedule:
9-
- cron: '* 8 * * *'
9+
- cron: '0 8 * * *'
1010

1111
jobs:
1212
compatibility:
@@ -74,4 +74,4 @@ jobs:
7474
run: "composer install --no-interaction --no-progress --no-suggest"
7575

7676
- name: "Static Analyze"
77-
run: "composer static:analyze"
77+
run: "composer static:analyze"

0 commit comments

Comments
 (0)