Skip to content

Conversation

@mattleibow
Copy link
Member

This pull request makes a small modification to the .github/workflows/copilot-setup-steps.yml file. It updates the "Run a pre-work build" step to include the continue-on-error: true property, allowing the workflow to proceed even if this step fails.

Copilot AI review requested due to automatic review settings June 6, 2025 19:38
@mattleibow mattleibow requested a review from a team as a code owner June 6, 2025 19:38
@mattleibow mattleibow requested review from PureWeen and rmarinho June 6, 2025 19:38
@mattleibow mattleibow merged commit a62c6d7 into main Jun 6, 2025
4 checks passed
@mattleibow mattleibow deleted the mattleibow-patch-1 branch June 6, 2025 19:38
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the pre-work build step in the GitHub Actions workflow to allow the workflow to continue even if the build step fails.

  • Adds the property "continue-on-error: true" to the pre-work build step in the workflow file.
Comments suppressed due to low confidence (1)

.github/workflows/copilot-setup-steps.yml:22

  • Please ensure that allowing errors in this pre-work build step will not mask critical issues in your build process. Consider adding a comment to clarify the intention behind using 'continue-on-error'.
continue-on-error: true

@github-actions github-actions bot locked and limited conversation to collaborators Jul 7, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants