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 02ccefdCopy full SHA for 02ccefd
.github/workflows/ci.yaml
@@ -1,12 +1,11 @@
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",
+ "ManageIQ/manageiq-ui-classic#9251"]'
+ repos: ManageIQ/manageiq#23155,ManageIQ/manageiq-automation_engine#555,ManageIQ/manageiq-ui-classic#9251
0 commit comments