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"