Skip to content

Commit 6a79bd8

Browse files
authored
Create demo.yml
0 parents  commit 6a79bd8

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/demo.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Self-hosted Action Demo
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches: [main]
7+
8+
jobs:
9+
test:
10+
runs-on: self-hosted
11+
steps:
12+
- name: Print hello
13+
run: echo "Hello from self-hosted runner"

0 commit comments

Comments
 (0)