Skip to content

Commit

Permalink
test 28
Browse files Browse the repository at this point in the history
  • Loading branch information
heyvister1 committed Nov 3, 2024
1 parent 49a2c15 commit 4d850ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/docs-ci-trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,17 @@ name: Documentation CI - call downstream workflow

on:
push:
#branches:
#- test-netops-docs-workflow
paths:
- manifests/**
- deployment/**/values.yaml
pull_request:
paths:
- manifests/**
- deployment/**/values.yaml

jobs:
trigger_downstream_workflow:
#if: ${{ github.event_name == 'pull_request' }}
uses: heyvister1/network-operator-docs/.github/workflows/docs-ci.yaml@test-netops-docs-workflow
with:
git_tag: v24.10.0-beta.4 #${{ github.ref_name }}
#git_tag: v24.10.0-beta.4 #${{ github.ref_name }}
#ref_name: ${{ github.ref_name }}
#ref_type: ${{ github.ref_type }}
#event_type: ${{ github.event_name }}
Expand Down
2 changes: 1 addition & 1 deletion deployment/network-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Default values for network-operator.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

# TODO: For test
nfd:
# -- Deploy Node Feature Discovery operator.
enabled: true
Expand Down

0 comments on commit 4d850ae

Please sign in to comment.