From 51ba8869bbfd4f5f6b8a3d464ebcebf56c34dd49 Mon Sep 17 00:00:00 2001 From: Abdelrahman Awad Date: Thu, 23 Apr 2026 21:26:10 -0400 Subject: [PATCH] fix: there is no canary version of nitro --- .github/workflows/canary.yml | 3 --- 1 file changed, 3 deletions(-) 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