Skip to content

chore(tests): migrate the documentation workflow from Screwdriver to GH Actions #2

chore(tests): migrate the documentation workflow from Screwdriver to GH Actions

chore(tests): migrate the documentation workflow from Screwdriver to GH Actions #2

name: Verify Giudes (Small)
on:
workflow_dispatch: # Allow manual triggering of this workflow.
push:
branches:
- "main"
- "master"
- "verify-guides-workflow-configuration" # Temporary for testing, remove later.
pull_request:
branches:
- "main"
- "master"
jobs:
small:
uses: ./.github/workflows/verify-guides.yml
with:
test-config-path: "test/_test_config.yml"