diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 5cfa2787a4..2503468837 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -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: