Files
infrastructure-test/.gitea/workflows/ubuntu-routing-smoke.yml

11 lines
178 B
YAML

name: ubuntu-routing-smoke
on:
workflow_dispatch:
jobs:
routing-smoke:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo "routed OK"