From 11b00170c76d4e0b6ec2a06c46435cc6d282add5 Mon Sep 17 00:00:00 2001 From: Ido Heyvi Date: Wed, 30 Oct 2024 16:24:51 +0200 Subject: [PATCH] trigger ci workflow --- .github/workflows/docs-ci-trigger.yaml | 4 ++-- manifests/test-docs-workflow.yaml | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs-ci-trigger.yaml b/.github/workflows/docs-ci-trigger.yaml index 1e285fd6d..a1f9e7e82 100644 --- a/.github/workflows/docs-ci-trigger.yaml +++ b/.github/workflows/docs-ci-trigger.yaml @@ -9,8 +9,8 @@ on: jobs: trigger_downstream_workflow: - #uses: Mellanox/network-operator-docs/.github/workflows/docs-ci.yaml@main - uses: heyvister1/network-operator-docs/.github/workflows/docs-ci.yaml@test-netops-docs-workflow + uses: Mellanox/network-operator-docs/.github/workflows/docs-ci.yaml@main + #uses: heyvister1/network-operator-docs/.github/workflows/docs-ci.yaml@test-netops-docs-workflow with: git_tag: ${{ github.ref_name }} token: 123456 diff --git a/manifests/test-docs-workflow.yaml b/manifests/test-docs-workflow.yaml index 4196ee30e..0d5db127f 100644 --- a/manifests/test-docs-workflow.yaml +++ b/manifests/test-docs-workflow.yaml @@ -10,4 +10,6 @@ # 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. \ No newline at end of file +# limitations under the License. + +# trigger ci workflow \ No newline at end of file