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

Add lint github workflow as required for pipeline #2389

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add lint github workflow as required for pipeline
As we migrated it from the "build" prow job to its own github
workflow, we need to mark it as required.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
  • Loading branch information
vdemeester committed Jan 14, 2025
commit bf18e969d148734d46f74132ce7952a4193b1817
1 change: 1 addition & 0 deletions prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ branch-protection:
- "e2e tests (k8s-plus-one, alpha)"
- "e2e tests (k8s-plus-one, beta)"
- "e2e tests (k8s-plus-one, stable)"
- "lint"
tektoncd-catalog:
# Protect all branches in tektoncd-catalog
# This means all prow jobs with "always_run" set are required
Expand Down