We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad701e commit 44f2982Copy full SHA for 44f2982
.github/workflows/testing-integration.yml
@@ -2,7 +2,7 @@ name: Testing Integration
2
3
on:
4
schedule:
5
- - cron: '* * */7 * *'
+ - cron: '0 4 * * 5'
6
push:
7
branches:
8
- develop
@@ -65,4 +65,4 @@ jobs:
65
wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.1.0/php-coveralls.phar
66
chmod +x php-coveralls.phar
67
68
- php php-coveralls.phar -v
+ php php-coveralls.phar -v
0 commit comments