From c6fb2e78a95f2f147453c8b4488b6354de8d1ab4 Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Sun, 26 Jul 2020 18:27:12 -0400 Subject: [PATCH] Continue to keep `beta`/`canary` channel tests disabled. Will need to stay disabled until https://github.com/emberjs/ember.js/pull/19056 lands and is backported. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3f3afc..cf50aa9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,8 +68,8 @@ jobs: - ember-lts-3.16 - ember-lts-3.20 - ember-release - - ember-beta - - ember-canary + # - ember-beta + # - ember-canary steps: - name: Checkout Code uses: actions/checkout@v1