Testing docs-ci-trigger auto PR [Do Not Merge] #52
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: Documentation CI - call downstream workflow | ||
on: | ||
push: | ||
tags: | ||
- "v*" | ||
paths: | ||
- deployment/**/values.yaml | ||
- api/** | ||
pull_request: | ||
types: | ||
- opened | ||
- synchronize | ||
- edited | ||
paths: | ||
- deployment/**/values.yaml | ||
- api/** | ||
jobs: | ||
trigger_downstream_workflow: | ||
uses: Mellanox/network-operator-docs/.github/workflows/docs-ci.yaml@main | ||
secrets: | ||
token: ${{ secrets.GH_DOCS_TOKEN }} | ||
Check failure on line 24 in .github/workflows/docs-ci-trigger.yaml GitHub Actions / Documentation CI - call downstream workflowInvalid workflow file
Check failure on line 24 in .github/workflows/docs-ci-trigger.yaml GitHub Actions / Documentation CI - call downstream workflowInvalid workflow file
|