Skip to content

Commit

Permalink
Add workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
sylhare committed Jul 28, 2023
1 parent 5f92d81 commit 6e5ebea
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/workflow-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Workflow Test

on:
workflow_run:
workflows: ["Jekyll build"]
types:
- completed

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Hello world
run: echo "Hello world"

0 comments on commit 6e5ebea

Please sign in to comment.