From 209901605afab71674a55c5be2e2972a5407f327 Mon Sep 17 00:00:00 2001 From: SilverLABS Date: Fri, 12 Jun 2026 01:05:24 +0000 Subject: [PATCH] ci: remove temp ubuntu routing smoke (verification done) --- .gitea/workflows/ubuntu-routing-smoke.yml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .gitea/workflows/ubuntu-routing-smoke.yml diff --git a/.gitea/workflows/ubuntu-routing-smoke.yml b/.gitea/workflows/ubuntu-routing-smoke.yml deleted file mode 100644 index d2b04d1..0000000 --- a/.gitea/workflows/ubuntu-routing-smoke.yml +++ /dev/null @@ -1,10 +0,0 @@ -name: ubuntu-routing-smoke -on: - workflow_dispatch: - -jobs: - routing-smoke: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - run: echo "routed OK"