Skip to content

Conversation

devigned
Copy link
Contributor

@devigned devigned commented Nov 8, 2024

In #44, I attempted to ignore docs only CI job processing, but branch protection required jobs were still required to run. The only way to satisfy the branch protection required jobs is to have them run, but return with success. This PR does that by using conditional execution for the job rather than filtering on the PR content in the pull_request event handler.

@devigned devigned added kind/bugfix For PRs that fix bugs chore labels Nov 8, 2024
jprendes
jprendes previously approved these changes Nov 8, 2024
Copy link
Contributor

@jprendes jprendes left a comment

Choose a reason for hiding this comment

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

LGTM

jprendes
jprendes previously approved these changes Nov 8, 2024
@devigned
Copy link
Contributor Author

devigned commented Nov 8, 2024

FYI, this makes docs updates take ~15s to pass CI.

jprendes
jprendes previously approved these changes Nov 8, 2024
Copy link
Contributor

@jprendes jprendes left a comment

Choose a reason for hiding this comment

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

LGTM

ludfjig
ludfjig previously approved these changes Nov 8, 2024
Copy link
Contributor

@ludfjig ludfjig left a comment

Choose a reason for hiding this comment

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

lgtm with a question

@devigned devigned force-pushed the fix-filter branch 2 times, most recently from 9eb0f04 to db3f871 Compare November 8, 2024 21:17
Signed-off-by: David Justice <[email protected]>
Copy link
Contributor

@jprendes jprendes left a comment

Choose a reason for hiding this comment

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

LGTM.
Thanks @devigned !

@devigned
Copy link
Contributor Author

devigned commented Nov 8, 2024

LGTM. Thanks @devigned !

Thank you! Really appreciate your reviews.

@danbugs danbugs merged commit aab793c into hyperlight-dev:main Nov 8, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/bugfix For PRs that fix bugs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants