Skip to content

test: minimal workflow to isolate startup failure #1

test: minimal workflow to isolate startup failure

test: minimal workflow to isolate startup failure #1

Workflow file for this run

name: Minimal Test
on:
push:
branches: [test/minimal-workflow]
jobs:
hello:
runs-on: ubuntu-latest
steps:
- run: echo "hello"