Skip to content

Commit

Permalink
fixing dosc-ci to auto trigger docs repo PRS for helm, api changes
Browse files Browse the repository at this point in the history
Signed-off-by: Ido Heyvi <[email protected]>
  • Loading branch information
heyvister1 committed Nov 14, 2024
1 parent 86aab58 commit ab4982e
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/docs-ci-trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,20 @@ 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 ab4982e

Please sign in to comment.