Skip to content

Commit

Permalink
Merge pull request #586 from agrare/clean_up_ci_yaml
Browse files Browse the repository at this point in the history
Update ci.yaml to be closer to what miq_bot generates
  • Loading branch information
Fryguy authored Feb 9, 2022
2 parents f53457c + 07212ab commit 569110d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -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"]'
Expand Down

0 comments on commit 569110d

Please sign in to comment.