Skip to content

Commit 45c7792

Browse files
Merge pull request #7 from Mellanox/callee-fix
Fix repo name in test-fork-ci-callee.yml
2 parents 6bdf371 + a505e36 commit 45c7792

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/test-fork-ci-callee.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test Fork CI
1+
name: Caller Workflow to test Fork CI pipeline
22

33
permissions: write-all
44

@@ -68,7 +68,7 @@ jobs:
6868
exclude-chart-files: '["Chart.yaml", "new-file-to-exclude"]'
6969
ref-name: ${{ inputs.ref_name }}
7070
ref-type: ${{ inputs.ref_type }}
71-
network-operator-repo: reusable-release-workflows
71+
network-operator-repo: cloud-orchestration-reusable-workflows
7272
secrets:
7373
registry-username: ${{ github.repository_owner }}
7474
registry-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test-fork-ci-dispatcher.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test Fork CI workflow
1+
name: Dispatcher Workflow to test Fork CI pipeline
22

33
on:
44
pull_request:
@@ -13,9 +13,9 @@ jobs:
1313
matrix:
1414
configurations: [
1515
{ "ref_name": "network-operator-11.1-beta.1", "ref_type": "tag" },
16-
# { "ref_name": "network-operator-22.2-rc.1", "ref_type": "tag" },
17-
# { "ref_name": "network-operator-33.3.1", "ref_type": "tag" },
18-
# { "ref_name": "network-operator-44.4.x", "ref_type": "branch" }
16+
{ "ref_name": "network-operator-22.2-rc.1", "ref_type": "tag" },
17+
{ "ref_name": "network-operator-33.3.1", "ref_type": "tag" },
18+
{ "ref_name": "network-operator-44.4.x", "ref_type": "branch" }
1919
]
2020
steps:
2121
- name: Dispatch and wait for testing workflow

0 commit comments

Comments
 (0)