Skip to content

Commit

Permalink
Testing netos-docs github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
heyvister1 committed Oct 30, 2024
1 parent e1afd62 commit 79053e4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/docs-ci-trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ name: Documentation CI - call downstream workflow

on:
push:
tags:
- "v*"
branches:
- test-netops-docs-workflow
paths:
- manifests/**

jobs:
trigger_downstream_workflow:
uses: Mellanox/network-operator-docs/.github/workflows/docs-ci.yaml@main
#uses: Mellanox/network-operator-docs/.github/workflows/docs-ci.yaml@main
uses: heyvister1/network-operator-docs/.github/workflows/docs-ci.yaml@test-netops-docs-workflow
with:
git_tag: ${{ github.ref_name }}
secrets: inherit
token: ${{ secrets.MY_TOKEN }}
13 changes: 13 additions & 0 deletions manifests/test-docs-workflow.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Copyright 2020 NVIDIA
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

0 comments on commit 79053e4

Please sign in to comment.