From 07516a42adc7af192bd9368e30dd85c3e5df46c7 Mon Sep 17 00:00:00 2001 From: jrafanie Date: Mon, 4 Dec 2023 21:38:01 +0000 Subject: [PATCH] Running tests for jrafanie From Pull Request: ManageIQ/manageiq#22801 --- .github/workflows/ci.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d590d674..bf7db62e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,12 +1,10 @@ --- 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#22801", "ManageIQ/manageiq-api#1243", "ManageIQ/manageiq-automation_engine#537"]' + repos: ManageIQ/manageiq#22801,ManageIQ/manageiq-api#1243,ManageIQ/manageiq-automation_engine#537