Skip to content

Commit

Permalink
Bump list launch-plans limit=50 (#354)
Browse files Browse the repository at this point in the history
Current Behavior is to fetch only 10 launch-plans per workflow . This causes issues for users who have > 10 launch-plans with no way of fetching/triggering them via the UI.

Signed-off-by: Anmol Khurana <[email protected]>
  • Loading branch information
akhurana001 authored Apr 6, 2022
1 parent 05592e3 commit 1cceac5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ async function loadLaunchPlans(
value: version,
},
],
limit: 10,
limit: 50,
},
);

Expand Down

0 comments on commit 1cceac5

Please sign in to comment.