Skip to content

Commit 44f2982

Browse files
authored
Fixes cron
1 parent 7ad701e commit 44f2982

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Testing Integration
22

33
on:
44
schedule:
5-
- cron: '* * */7 * *'
5+
- cron: '0 4 * * 5'
66
push:
77
branches:
88
- develop
@@ -65,4 +65,4 @@ jobs:
6565
wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.1.0/php-coveralls.phar
6666
chmod +x php-coveralls.phar
6767
68-
php php-coveralls.phar -v
68+
php php-coveralls.phar -v

0 commit comments

Comments
 (0)