From 4a4d1c4a31351cf64d3ef4c022cf260be93afd8d Mon Sep 17 00:00:00 2001 From: Ido Heyvi Date: Wed, 8 Jan 2025 12:08:17 +0200 Subject: [PATCH] chore: Reverting since docs CI is broken. We should have a fix for this laer on Revert "chore: fixing dosc-ci to auto trigger docs repo PRS for helm, api changes" This reverts commit c15484713ad425042cfa0682e35742ff28e77850. Signed-off-by: Ido Heyvi --- .github/workflows/docs-ci-trigger.yaml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/workflows/docs-ci-trigger.yaml b/.github/workflows/docs-ci-trigger.yaml index dce82759b..e0b7e2070 100644 --- a/.github/workflows/docs-ci-trigger.yaml +++ b/.github/workflows/docs-ci-trigger.yaml @@ -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