Skip to content

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

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

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

name: Verify Giudes (Large)
on:
workflow_dispatch: # Allow manual triggering of this workflow.
push:
paths: ["en/tutorials/"]
branches: ["master"]
pull_request:
# paths: ["en/tutorials/"] # Enable before merge!
branches: ["master"]
jobs:
small:
uses: ./.github/workflows/verify-guides.yml
with:
test-config-path: "test/_test_config-large.yml"