Skip to content
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

Fail actions on Ruff failure #91

Merged
merged 1 commit into from
Jun 8, 2024
Merged

Fail actions on Ruff failure #91

merged 1 commit into from
Jun 8, 2024

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Jun 8, 2024

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

This PR changes the behavior of the GitHub Action to stop on errors instead of continuing.

πŸ“Š Key Changes

  • Updated continue-on-error parameter from true to false in the action configuration file.

🎯 Purpose & Impact

  • Error Handling: Ensures that the action will stop execution if an error occurs, making it easier to detect and fix issues promptly.
  • Increased Reliability: By halting on errors, there's a higher guarantee that only successful runs will proceed, improving the robustness of the workflow.

@glenn-jocher glenn-jocher merged commit 066cb21 into main Jun 8, 2024
1 check passed
@glenn-jocher glenn-jocher deleted the glenn-jocher-patch-1 branch June 8, 2024 19:24
glenn-jocher added a commit that referenced this pull request Jun 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant