Skip to content

Commit 526aeea

Browse files
committed
simplify CI
1 parent bd4aa98 commit 526aeea

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
name: Hello World CI
1+
name: CI
22

33
on:
44
push:
55

66
jobs:
7-
say-hello:
7+
runqemu:
88
runs-on: self-hosted
99
steps:
10-
- name: Echo Hello World
11-
run: echo "hello world"
1210
- name: Checkout
1311
uses: actions/checkout@v3
1412
with:
1513
clean: false
14+

0 commit comments

Comments
 (0)