Skip to content

Workflow Test

Workflow Test #34

Workflow file for this run

name: Workflow Test
on:
workflow_run:
workflows: ["Jekyll build"]
branches: ["master"]
types:
- completed
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Hello world
run: echo "Hello world"