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

Fix docs only CI job processing #48

Merged
merged 1 commit into from
Nov 8, 2024
Merged

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 Something isn't working 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 <david@devigned.com>
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 Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants