Skip to content

Commit

Permalink
chore: Reverting since docs CI per PR is broken (#1246)
Browse files Browse the repository at this point in the history
Auto docs-ci PR should be fixed in future. Meanwhile autp PR workflow
changes have been reverted
  • Loading branch information
rollandf authored Jan 8, 2025
2 parents f6e5981 + 4a4d1c4 commit 4cb0d8a
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 4cb0d8a

Please sign in to comment.