Skip to content

Sequential workflows #93

Sequential workflows

Sequential workflows #93

Workflow file for this run

name: Test build site
on:
pull_request:
workflow_run:
workflows: [ Lint-markdown ]
types: [completed]
jobs:
test:
name: Test build
if: ${{ contains(github.event.workflow_run.conclusion, 'success') }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build docs
uses: mhausenblas/[email protected]