-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Disable auto-commits for styler workflow #227
Conversation
Disable auto commits until the unicode styling issues have been fixed. Signed-off-by: cicdguy <[email protected]>
Code Coverage Summary
Diff against main
Results for commit: d789641 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Tests Summary3 tests 3 ✅ 6s ⏱️ Results for commit d789641. ♻️ This comment has been updated with latest results. |
.github/workflows/style.yaml
Outdated
# if: > | ||
# inputs.auto-update | ||
# && steps.check_files.outputs.files_exists == 'true' |
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.
this all seems to be good but wouldn't be easier just to introduce if FALSE ? :) just thinking loud
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.
I was debating that also but false
in JS and YAML are the same - and didn't want to keep it ambiguous to the expression resolver.
Disable auto commits until the unicode styling issues have been fixed.