Skip to content

Commit 504b1cd

Browse files
committed
dont block merge on e2e fail
1 parent cc0aa5b commit 504b1cd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/tests-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ jobs:
225225
if: github.event.pull_request.head.repo.full_name == github.repository
226226
runs-on: ubuntu-latest
227227
timeout-minutes: 15
228+
continue-on-error: true
228229
steps:
229230
- uses: actions/checkout@v3
230231
with:

0 commit comments

Comments
 (0)