cicd: Release Network Operator v24.10.0-beta.1 (#1071) #9
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*" | |
jobs: | |
trigger_downstream_workflow: | |
uses: Mellanox/network-operator-docs/.github/workflows/docs-ci.yaml@main | |
with: | |
git_tag: ${{ github.ref_name }} | |
secrets: inherit |