From 494fd9cca1a7fc111a3ea1698d989e17c9e0f149 Mon Sep 17 00:00:00 2001 From: adilallo <39313955+adilallo@users.noreply.github.com> Date: Sat, 30 Aug 2025 13:47:54 -0600 Subject: [PATCH] Remove canary test --- .gitea/workflows/ci.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 506a080..6443e5f 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -10,15 +10,6 @@ on: types: [opened, reopened, synchronize] jobs: - canary: - runs-on: [self-hosted, macos-latest] - steps: - - run: | - echo "PATH=$PATH" - which node && node -v - uname -a - echo "Runner labels OK ✅" - test: runs-on: [self-hosted, macos-latest] strategy: