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"