Evaluate if condition when calling a reusable workflow#2087
Merged
mergify[bot] merged 3 commits intonektos:masterfrom Nov 12, 2023
Merged
Evaluate if condition when calling a reusable workflow#2087mergify[bot] merged 3 commits intonektos:masterfrom
mergify[bot] merged 3 commits intonektos:masterfrom
Conversation
Contributor
|
@jenseng this pull request has failed checks 🛠 |
Contributor
Author
|
Failure appears unrelated, the test in question also fails for me locally on master 🤷 |
9fba010 to
84365d2
Compare
Codecov Report
@@ Coverage Diff @@
## master #2087 +/- ##
==========================================
+ Coverage 61.22% 61.62% +0.40%
==========================================
Files 46 53 +7
Lines 7141 8808 +1667
==========================================
+ Hits 4372 5428 +1056
- Misses 2462 2950 +488
- Partials 307 430 +123
... and 2 files with indirect coverage changes 📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
ChristopherHX
approved these changes
Nov 12, 2023
Contributor
ChristopherHX
left a comment
There was a problem hiding this comment.
Thanks for fixing this.
I believe to have mentioned this defect during review, but my review comment was ignored.
Due to me not using that part of act, I did nothing.
cplee
approved these changes
Nov 12, 2023
Contributor
|
@jenseng this pull request has failed checks 🛠 |
jmikedupont2
pushed a commit
to meta-introspector/act
that referenced
this pull request
Mar 10, 2024
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: ChristopherHX <christopher.homberger@web.de>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ensure we evaluate the
ifcondition if the job calls a reusable workflow, rather than always assuming it should run.Fixes #2085