From b0c5630f2fa2e21c4480097d713ee287b0d80374 Mon Sep 17 00:00:00 2001 From: SilverLABS Date: Fri, 12 Jun 2026 01:04:06 +0000 Subject: [PATCH] ci: temp ubuntu-latest routing smoke (silvermetal-builder label verification) --- .gitea/workflows/ubuntu-routing-smoke.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitea/workflows/ubuntu-routing-smoke.yml diff --git a/.gitea/workflows/ubuntu-routing-smoke.yml b/.gitea/workflows/ubuntu-routing-smoke.yml new file mode 100644 index 0000000..d2b04d1 --- /dev/null +++ b/.gitea/workflows/ubuntu-routing-smoke.yml @@ -0,0 +1,10 @@ +name: ubuntu-routing-smoke +on: + workflow_dispatch: + +jobs: + routing-smoke: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - run: echo "routed OK"