This commit is contained in:
Yuri Kuznetsov
2022-01-26 18:07:19 +02:00
parent 5e87a410c8
commit e44b0d2c22
-18
View File
@@ -3,24 +3,6 @@ name: Test Integration
on:
schedule:
- cron: '0 10 * * *'
push:
branches:
- 'master'
- 'hotfix/**'
- 'workflow-integration-test'
paths:
- '**.php'
- '**.json'
- '**.yml'
- 'composer.lock'
pull_request:
paths:
- '**.php'
- '**.json'
- '**.yml'
- 'composer.lock'
- 'phpstan.neon'
jobs:
test: