diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ff67c3..8da854b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,16 +13,16 @@ jobs: permissions: pull-requests: read contents: read - uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1 - with: - extra_jobs: | - - php: 8.1 - phpunit: false - endtoend: true - endtoend_suite: admin - endtoend_config: vendor/silverstripe/admin/behat.yml - - php: 8.2 - phpunit: false - endtoend: true - endtoend_suite: cms - endtoend_config: vendor/silverstripe/cms/behat.yml + uses: creative-commoners/gha-ci/.github/workflows/ci.yml@pulls/1.14/dispatch-patches + # with: + # extra_jobs: | + # - php: 8.1 + # phpunit: false + # endtoend: true + # endtoend_suite: admin + # endtoend_config: vendor/silverstripe/admin/behat.yml + # - php: 8.2 + # phpunit: false + # endtoend: true + # endtoend_suite: cms + # endtoend_config: vendor/silverstripe/cms/behat.yml