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 b559aa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/docs-ci-trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@ 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 }}
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 b559aa8

Please sign in to comment.