Skip to content

Commit

Permalink
Check for empty list of integration tests before evaluation inside ma…
Browse files Browse the repository at this point in the history
…trix that requires a value. (#43546)
  • Loading branch information
tirkarthi authored Nov 2, 2024
1 parent a8921ae commit 17e5100
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ on: # yamllint disable-line rule:truthy
jobs:
tests-integration:
timeout-minutes: 130
if: inputs.testable-integrations != '[]'
name: "Integration Tests: ${{ matrix.integration }}"
runs-on: ${{ fromJSON(inputs.runs-on-as-json-public) }}
strategy:
Expand Down

0 comments on commit 17e5100

Please sign in to comment.