Skip to content

Commit

Permalink
fix doc PR failure
Browse files Browse the repository at this point in the history
  • Loading branch information
heyvister1 committed Nov 3, 2024
1 parent 79b31ee commit c1fb9e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 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*"
#tags:
#- "v*"
paths:
- manifests/**

jobs:
trigger_downstream_workflow:
#uses: heyvister1/network-operator-docs/.github/workflows/docs-ci.yaml@fix-failed-doc-ci
uses: Mellanox/network-operator-docs/.github/workflows/docs-ci.yaml@main
with:
git_tag: ${{ github.ref_name }}
git_tag: v24.10.0-beta.4 #${{ github.ref_name }}
secrets: inherit
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# 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.
# limitations under the License. test
apiVersion: apps/v1
kind: DaemonSet
metadata:
Expand Down

0 comments on commit c1fb9e7

Please sign in to comment.