Skip to content

Commit

Permalink
Make some critical CDI lanes required (#3811)
Browse files Browse the repository at this point in the history
With some of these not required, they are not retriggered
on PR merges and breaking changes could sneak in.

Signed-off-by: Alex Kalenyuk <[email protected]>
  • Loading branch information
akalenyu authored Dec 11, 2024
1 parent 0315046 commit c895421
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ presubmits:
annotations:
fork-per-release: "true"
always_run: true
optional: true
optional: false
decorate: true
decoration_config:
timeout: 1h
Expand Down Expand Up @@ -109,7 +109,7 @@ presubmits:
annotations:
fork-per-release: "true"
always_run: true
optional: true
optional: false
decorate: true
decoration_config:
timeout: 1h
Expand Down Expand Up @@ -141,7 +141,7 @@ presubmits:
annotations:
fork-per-release: "true"
always_run: true
optional: true
optional: false
decorate: true
decoration_config:
timeout: 1h
Expand Down Expand Up @@ -173,7 +173,7 @@ presubmits:
annotations:
fork-per-release: "true"
always_run: true
optional: true
optional: false
decorate: true
decoration_config:
timeout: 1h
Expand Down

0 comments on commit c895421

Please sign in to comment.