From 1b7747961ad9e4290bd7157988853d6065b0b9a3 Mon Sep 17 00:00:00 2001 From: esh <1+esh@noreply.scihub.exe.xyz> Date: Thu, 25 Jun 2026 07:22:30 +0000 Subject: [PATCH] bridge net smoke: checkout + cpu + gpu --- .gitea/workflows/bridge.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitea/workflows/bridge.yml diff --git a/.gitea/workflows/bridge.yml b/.gitea/workflows/bridge.yml new file mode 100644 index 0000000..fdfe1f9 --- /dev/null +++ b/.gitea/workflows/bridge.yml @@ -0,0 +1,13 @@ +name: bridge +on: [push] +jobs: + cpu: + runs-on: ubuntu-22.04 + steps: + - uses: actions/checkout@v4 + - run: echo "CPU bridge job arch=$(uname -m); checked-out files:" && ls -la + gpu: + runs-on: gpu + steps: + - uses: actions/checkout@v4 + - run: nvidia-smi