From 00da77e523c797c0d50149b24b04a07a86004747 Mon Sep 17 00:00:00 2001 From: Denny Lubitz Date: Thu, 12 Dec 2024 09:02:20 +0100 Subject: [PATCH] TASK: Disable tests on PRs --- .github/workflows/tests.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index acbbcca..4aebbd8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -3,8 +3,6 @@ name: Tests on: push: branches: [ main, '[0-9]+.x' ] - pull_request: - branches: [ main, '[0-9]+.x' ] workflow_dispatch: # Allow manual triggering on any branch via `gh workflow run tests.yml -r branch-name` jobs: @@ -53,8 +51,6 @@ jobs: git clone --depth 1 --branch ${{ matrix.neos-version }} https://github.com/neos/neos-development-distribution.git ${FLOW_PATH_ROOT} cd ${FLOW_PATH_ROOT} composer config --no-plugins allow-plugins.neos/composer-plugin true - - git -C ../${{ env.PACKAGE_FOLDER }} checkout -b ${PACKAGE_TARGET_VERSION} composer config repositories.package '{ "type": "path", "url": "../${{ env.PACKAGE_FOLDER }}", "options": { "symlink": false } }' composer require --no-update --no-interaction neos/seo:@dev composer require --dev --no-update --no-interaction phpstan/phpstan:^1.10