Skip to content

Commit

Permalink
Skip e2e if test matrix does not exist (#2949)
Browse files Browse the repository at this point in the history
  • Loading branch information
chatton authored Dec 16, 2022
1 parent f6335ef commit 562485d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e-compatibility-workflow-call.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
e2e:
runs-on: ubuntu-latest
needs: load-test-matrix
if: needs.load-test-matrix.outputs.test-matrix
strategy:
fail-fast: false
matrix: ${{ fromJSON(needs.load-test-matrix.outputs.test-matrix) }}
Expand Down

0 comments on commit 562485d

Please sign in to comment.