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

[ci] Fix post-merge protobuf lint job breakage #3644

Merged
merged 1 commit into from
Jan 9, 2025
Merged

Conversation

marun
Copy link
Contributor

@marun marun commented Jan 8, 2025

Why this should be merged

Without push being explicitly disabled on the lint job, it will attempt to push when run post-merge. Without a buf token, that push will fail. The buf-push is responsible for pushing so there's no reason for the lint job to attempt it.

How this works

Disables push for the protobuf lint job

How this was tested

CI

Need to be documented in RELEASES.md?

N/A

Without push being explicitly disabled on the lint job, it will
attempt to push when run post-merge. Without a buf token, that push
will fail. The `buf-push` is responsible for pushing so there's no
reason for the lint job to attempt it.
@marun marun added the ci This focuses on changes to the CI process label Jan 8, 2025
@marun marun self-assigned this Jan 8, 2025
@StephenButtolph StephenButtolph added this pull request to the merge queue Jan 9, 2025
Merged via the queue into master with commit 72af1d8 Jan 9, 2025
22 checks passed
@StephenButtolph StephenButtolph deleted the fix-buf-lint branch January 9, 2025 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci This focuses on changes to the CI process
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants