diff --git a/.github/workflows/test-fork-ci-callee.yml b/.github/workflows/test-fork-ci-callee.yml index c179ebe..db07355 100644 --- a/.github/workflows/test-fork-ci-callee.yml +++ b/.github/workflows/test-fork-ci-callee.yml @@ -1,4 +1,4 @@ -name: Test Fork CI +name: Caller Workflow to test Fork CI pipeline permissions: write-all @@ -68,7 +68,7 @@ jobs: exclude-chart-files: '["Chart.yaml", "new-file-to-exclude"]' ref-name: ${{ inputs.ref_name }} ref-type: ${{ inputs.ref_type }} - network-operator-repo: reusable-release-workflows + network-operator-repo: cloud-orchestration-reusable-workflows secrets: registry-username: ${{ github.repository_owner }} registry-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/test-fork-ci-dispatcher.yml b/.github/workflows/test-fork-ci-dispatcher.yml index cede2e0..1ae441f 100644 --- a/.github/workflows/test-fork-ci-dispatcher.yml +++ b/.github/workflows/test-fork-ci-dispatcher.yml @@ -1,4 +1,4 @@ -name: Test Fork CI workflow +name: Dispatcher Workflow to test Fork CI pipeline on: pull_request: @@ -13,9 +13,9 @@ jobs: matrix: configurations: [ { "ref_name": "network-operator-11.1-beta.1", "ref_type": "tag" }, -# { "ref_name": "network-operator-22.2-rc.1", "ref_type": "tag" }, -# { "ref_name": "network-operator-33.3.1", "ref_type": "tag" }, -# { "ref_name": "network-operator-44.4.x", "ref_type": "branch" } + { "ref_name": "network-operator-22.2-rc.1", "ref_type": "tag" }, + { "ref_name": "network-operator-33.3.1", "ref_type": "tag" }, + { "ref_name": "network-operator-44.4.x", "ref_type": "branch" } ] steps: - name: Dispatch and wait for testing workflow