From 07212abc5f632aa2042a7824f3ff3c3eec53045d Mon Sep 17 00:00:00 2001 From: Adam Grare Date: Wed, 9 Feb 2022 12:14:52 -0500 Subject: [PATCH] Update ci.yaml to be closer to miq_bot generates --- .github/workflows/ci.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 46d41824..d590d674 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,9 +1,11 @@ -name: Cross Repo Tests +--- +name: Cross Repo -on: [pull_request] +on: +- pull_request jobs: - manageiq: + cross-repo: uses: ManageIQ/manageiq-cross_repo/.github/workflows/manageiq_cross_repo.yaml@master with: test-repos: '["ManageIQ/manageiq@master"]'