Skip to content

Commit

Permalink
Merge pull request etcd-io#16737 from serathius/disable-failfast
Browse files Browse the repository at this point in the history
Continue on e2e failure
  • Loading branch information
serathius authored Oct 12, 2023
2 parents d69378b + b8271d9 commit 1caf1d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-arm64-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run:
shell: bash
strategy:
fail-fast: true
fail-fast: false
matrix:
target:
- linux-arm64-e2e
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
run:
shell: bash
strategy:
fail-fast: true
fail-fast: false
matrix:
target:
- linux-amd64-e2e
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/grpcproxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
run:
shell: bash
strategy:
fail-fast: true
fail-fast: false
matrix:
target:
- linux-amd64-grpcproxy-integration
Expand Down

0 comments on commit 1caf1d3

Please sign in to comment.