Skip to content

Commit

Permalink
chore: Reverting since docs CI is broken. We should have a fix for th…
Browse files Browse the repository at this point in the history
…is laer on

Revert "chore: fixing dosc-ci to auto trigger docs repo PRS for helm, api changes"

This reverts commit c154847.

Signed-off-by: Ido Heyvi <iheyvi@nvidia.com>
  • Loading branch information
heyvister1 committed Jan 8, 2025
1 parent ef19900 commit 4a4d1c4
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/docs-ci-trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,10 @@ 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
with:
git_tag: ${{ github.ref_name }}
secrets: inherit

0 comments on commit 4a4d1c4

Please sign in to comment.