Skip to content

test workflow x3

test workflow x3 #19

name: Documentation CI - call downstream workflow
on:
push:
#branches:
#- test-netops-docs-workflow
paths:
- manifests/**
jobs:
trigger_downstream_workflow:
uses: heyvister1/network-operator-docs/.github/workflows/docs-ci.yaml@test-netops-docs-workflow
with:
git_tag: ${{ github.ref_name }}
secrets:
token: ${{ secrets.GH_TOKEN_NVIDIA_CI_CD }}