We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 569110d commit 8f54e5eCopy full SHA for 8f54e5e
.github/workflows/ci.yaml
@@ -1,12 +1,10 @@
1
---
2
name: Cross Repo
3
-
4
on:
5
- pull_request
6
7
jobs:
8
cross-repo:
9
uses: ManageIQ/manageiq-cross_repo/.github/workflows/manageiq_cross_repo.yaml@master
10
with:
11
- test-repos: '["ManageIQ/manageiq@master"]'
12
- repos: ManageIQ/manageiq@master
+ test-repos: '["ManageIQ/manageiq#23155", "ManageIQ/manageiq-automation_engine#555"]'
+ repos: ManageIQ/manageiq#23155,ManageIQ/manageiq-automation_engine#555
0 commit comments