From 901535a22423da4498a97a63f18a8c440ef81bd9 Mon Sep 17 00:00:00 2001 From: nasark Date: Wed, 7 Dec 2022 15:39:13 +0000 Subject: [PATCH] Running tests for nasark From Pull Request: ManageIQ/manageiq-providers-ovirt#621 --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d590d674..2a2bb9c8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,12 +1,12 @@ --- name: Cross Repo - on: - pull_request - jobs: cross-repo: uses: ManageIQ/manageiq-cross_repo/.github/workflows/manageiq_cross_repo.yaml@master with: - test-repos: '["ManageIQ/manageiq@master"]' - repos: ManageIQ/manageiq@master + test-repos: '["ManageIQ/manageiq#22239", "ManageIQ/manageiq-api#1186", "ManageIQ/manageiq-providers-ovirt#621", + "ManageIQ/manageiq-providers-red_hat_virtualization#17", "ManageIQ/manageiq-schema#672", + "ManageIQ/manageiq-ui-classic#8548"]' + repos: ManageIQ/manageiq#22239,ManageIQ/manageiq-api#1186,ManageIQ/manageiq-providers-ovirt#621,ManageIQ/manageiq-providers-red_hat_virtualization#17,ManageIQ/manageiq-schema#672,ManageIQ/manageiq-ui-classic#8548