Skip to content

Commit 0e8e2fc

Browse files
committed
feat: test github actions runner
1 parent 543f455 commit 0e8e2fc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: self-hosted-test
2+
on:
3+
workflow_dispatch:
4+
jobs:
5+
ping:
6+
runs-on: [self-hosted, atlab-registry]
7+
steps:
8+
- run: echo "hello from self-hosted on $HOSTNAME"

0 commit comments

Comments
 (0)