ci: add dummy workflow targeting ailab runner
dummy / hello (push) Successful in 1s

This commit is contained in:
Fam Zheng
2026-05-05 21:37:15 +01:00
parent 7b29fff2c8
commit b33e6af06c
+14
View File
@@ -0,0 +1,14 @@
name: dummy
on:
push:
workflow_dispatch:
jobs:
hello:
runs-on: ailab
steps:
- name: Greet
run: |
echo "hello from $(hostname) as $(whoami)"
uname -a
nvidia-smi --query-gpu=name,memory.free --format=csv,noheader || true