Skip to content

Commit 5a011f4

Browse files
committed
fixed wrong repos getting checked out
1 parent 5c8094a commit 5a011f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pr-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ jobs:
55
build-kayobe-image:
66
name: Build Kayobe Image
77
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-build-kayobe-image.yml@parameterise-aio-tests #todo: change after merge
8+
with:
9+
repository: stackhpc/stackhpc-kayobe-config
810

911
rocky9-ovs-aio-test:
1012
name: aio (Rocky 9 OVS)
@@ -18,6 +20,7 @@ jobs:
1820
neutron_plugin: ovs
1921
OS_CLOUD: openstack
2022
stackhpc_cloud_tests_version: ${{ github.ref }}
23+
repository: stackhpc/stackhpc-kayobe-config
2124
secrets: inherit
2225

2326
ubuntu-jammy-ovn-aio-test:
@@ -32,6 +35,7 @@ jobs:
3235
neutron_plugin: ovn
3336
OS_CLOUD: openstack
3437
stackhpc_cloud_tests_version: ${{ github.ref }}
38+
repository: stackhpc/stackhpc-kayobe-config
3539
secrets: inherit
3640

3741
lint:

0 commit comments

Comments
 (0)