Skip to content

Test Hello World

Test Hello World #1

Workflow file for this run

name: Test Hello World
on:
workflow_dispatch:
jobs:
test-run:
runs-on: ubuntu-latest
steps:
- name: Say Hello
run: echo "✅ Hello from workflow!"