diff --git a/.github/workflows/docs-ci-trigger.yaml b/.github/workflows/docs-ci-trigger.yaml index e0b7e2070..549a0c63a 100644 --- a/.github/workflows/docs-ci-trigger.yaml +++ b/.github/workflows/docs-ci-trigger.yaml @@ -2,12 +2,15 @@ name: Documentation CI - call downstream workflow on: push: - tags: - - "v*" + #tags: + #- "v*" + paths: + - manifests/** jobs: trigger_downstream_workflow: + #uses: heyvister1/network-operator-docs/.github/workflows/docs-ci.yaml@fix-failed-doc-ci uses: Mellanox/network-operator-docs/.github/workflows/docs-ci.yaml@main with: - git_tag: ${{ github.ref_name }} + git_tag: v24.10.0-beta.4 #${{ github.ref_name }} secrets: inherit diff --git a/manifests/state-container-networking-plugins/0010-container-networking-plugins-ds.yml b/manifests/state-container-networking-plugins/0010-container-networking-plugins-ds.yml index 045837fbb..5b1be1301 100644 --- a/manifests/state-container-networking-plugins/0010-container-networking-plugins-ds.yml +++ b/manifests/state-container-networking-plugins/0010-container-networking-plugins-ds.yml @@ -10,7 +10,7 @@ # 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. +# limitations under the License. test apiVersion: apps/v1 kind: DaemonSet metadata: