We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 713b2d2 commit 5e79bedCopy full SHA for 5e79bed
.github/workflows/run-e2e-tests.yml
@@ -26,6 +26,7 @@ jobs:
26
id-token: write # needed to request JWT with GitHub's OIDC Token endpoint. docs: https://bit.ly/3MNgQO9
27
contents: read
28
strategy:
29
+ fail-fast: false # needed so if a version fails, the others will still be able to complete and cleanup
30
matrix:
31
version: ["3.7", "3.8", "3.9"]
32
if: ${{ github.actor != 'dependabot[bot]' }}
0 commit comments