-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add remote reusable workflows #1525
Conversation
This changes adds cloning of a remote repository to run a workflow included in it. Closes #826
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
We need wait for the full clone (and only clone once) before we start to plan the execution for a remote workflow
Codecov Report
@@ Coverage Diff @@
## master #1525 +/- ##
==========================================
+ Coverage 61.22% 61.93% +0.71%
==========================================
Files 46 46
Lines 7141 7185 +44
==========================================
+ Hits 4372 4450 +78
+ Misses 2462 2428 -34
Partials 307 307
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
@KnisterPeter this pull request has failed checks 🛠 |
@KnisterPeter is there a corresponding PR or release that supports the local Github workflow references, as in: https://github.blog/changelog/2022-01-25-github-actions-reusable-workflows-can-be-referenced-locally/ |
This changes adds cloning of a remote repository to
run a workflow included in it.
Closes #826