chore(tests): migrate the documentation workflow from Screwdriver to GH Actions #3
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | |
large: | |
uses: ./.github/workflows/verify-guides.yml | |
with: | |
test-config-path: "test/_test_config-large.yml" |