From f1e29d523d9c12057134e20f7b0ec28e90ba83e3 Mon Sep 17 00:00:00 2001 From: GilbertCherrie Date: Mon, 26 Aug 2024 20:35:01 +0000 Subject: [PATCH] Running tests for GilbertCherrie From Pull Request: ManageIQ/manageiq#23155 --- .github/workflows/ci.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d590d674..32a51cac 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,12 +1,11 @@ --- 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#23155", "ManageIQ/manageiq-automation_engine#555", + "ManageIQ/manageiq-ui-classic#9251"]' + repos: ManageIQ/manageiq#23155,ManageIQ/manageiq-automation_engine#555,ManageIQ/manageiq-ui-classic#9251