Skip to content

Set workflows syntax per docs #88

Set workflows syntax per docs

Set workflows syntax per docs #88

Workflow file for this run

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