runner smoke

This commit is contained in:
Danilo Reyes
2026-03-05 22:48:05 -06:00
parent 9f9e9a319e
commit bd888c3a63

View File

@@ -0,0 +1,13 @@
name: runner-smoke
on:
push:
workflow_dispatch:
jobs:
ubuntu-2404:
runs-on: ubuntu-24.04
steps:
- name: Check OS
run: |
cat /etc/os-release
uname -a