runner smoke
This commit is contained in:
13
.gitea/workflows/runner-smoke.yml
Normal file
13
.gitea/workflows/runner-smoke.yml
Normal 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
|
||||||
Reference in New Issue
Block a user