From 91d8eb25b4795fb206a9d4567e85f19949870c0d Mon Sep 17 00:00:00 2001 From: Francesco Novy Date: Thu, 4 Jul 2024 11:36:18 +0200 Subject: [PATCH] do not run ember canary tests --- .github/workflows/canary.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index e77a33cd0618..f861f4b4ae3b 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -95,12 +95,6 @@ jobs: - test-application: 'react-router-6' build-command: 'test:build-canary' label: 'react-router-6 (canary)' - - test-application: 'ember-classic' - build-command: 'test:build-latest' - label: 'ember-classic (latest)' - - test-application: 'ember-embroider' - build-command: 'test:build-latest' - label: 'ember-embroider (latest)' steps: - name: Check out current commit