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