From 16223d5c065df47c00a213ea8b40e125400ab5f8 Mon Sep 17 00:00:00 2001 From: Stefan Penner Date: Thu, 9 Sep 2021 10:37:31 -0600 Subject: [PATCH] Disable embroider scenarios for the moment, so we can land the already increased scenario set --- .github/workflows/ci-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 16de25ba..d20f7faa 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -79,8 +79,8 @@ jobs: - ember-canary - ember-classic - ember-default-with-jquery - - embroider-safe - - embroider-optimized + # - embroider-safe + # - embroider-optimized steps: - uses: actions/checkout@v2