From 7fcd3541826b1c4b0a90311f132fca51efc3aade Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Tue, 16 Nov 2021 10:37:57 +1300 Subject: [PATCH] MNT Remove workflow --- .github/workflows/main.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 8179364..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Module CI - -on: - push: - pull_request: - -jobs: - ci: - uses: silverstripe/github-actions-ci-cd/.github/workflows/ci.yml@0.1.11 - with: - run_endtoend: true - # This is required for behat - composer_require_extra: "silverstripe/widgets:^2 silverstripe/comments:^3 silverstripe/content-widget:^2"