Skip to content

Commit

Permalink
Update number of default versions to test to 5 (#1061)
Browse files Browse the repository at this point in the history
  • Loading branch information
adityabharadwaj198 authored Dec 6, 2024
1 parent dc227dd commit fa0d695
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:

# Setting MAX_VERSIONS_TO_TEST, this can be a configurable value or if no input is provided, it can be a default value.
env:
MAX_VERSIONS_TO_TEST: ${{ github.event.inputs.max_versions_to_test || 3 }}
MAX_VERSIONS_TO_TEST: ${{ github.event.inputs.max_versions_to_test || 5 }}

jobs:
check-if-image-exists:
Expand Down

0 comments on commit fa0d695

Please sign in to comment.