diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index 5b16ebe112e2..e28d6988d9a1 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -120,9 +120,6 @@ jobs: - test-application: 'nestjs-microservices' build-command: 'test:build-latest' label: 'nestjs-microservices (latest)' - - test-application: 'nitro-3' - build-command: 'test:build-canary' - label: 'nitro-3 (canary)' steps: - name: Check out current commit