diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index 36244b3da154..252bbc831239 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -96,12 +96,6 @@ jobs: - test-application: 'nextjs-16' build-command: 'test:build-canary-webpack' label: 'nextjs-16 (canary-webpack)' - - test-application: 'nextjs-turbo' - build-command: 'test:build-canary' - label: 'nextjs-turbo (canary)' - - test-application: 'nextjs-turbo' - build-command: 'test:build-latest' - label: 'nextjs-turbo (latest)' - test-application: 'react-create-hash-router' build-command: 'test:build-canary' label: 'react-create-hash-router (canary)'