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