Skip to content

Commit 7faa809

Browse files
committed
test: minimal workflow to isolate startup failure
1 parent 9037e10 commit 7faa809

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/minimal-test.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Minimal Test
2+
3+
on:
4+
push:
5+
branches: [test/minimal-workflow]
6+
7+
jobs:
8+
hello:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- run: echo "hello"

0 commit comments

Comments
 (0)