File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ jobs:
251
251
run : yarn cli cts run javascript ${{ fromJSON(needs.setup.outputs.JAVASCRIPT_DATA).toRun }} --exclude-unit
252
252
253
253
- name : Retry e2e CTS
254
- if : ${{ !github.event.pull_request.head.repo.fork && steps.cts.outcome == 'failure' }}
254
+ if : ${{ !github.event.pull_request.head.repo.fork && steps.cts-e2e .outcome == 'failure' }}
255
255
run : yarn cli cts run javascript ${{ fromJSON(needs.setup.outputs.JAVASCRIPT_DATA).toRun }} --exclude-unit
256
256
257
257
- name : Generate code snippets for documentation
@@ -345,7 +345,7 @@ jobs:
345
345
run : yarn cli cts run ${{ matrix.client.language }} ${{ matrix.client.toRun }} --exclude-unit
346
346
347
347
- name : Retry e2e CTS
348
- if : ${{ !github.event.pull_request.head.repo.fork && steps.cts.outcome == 'failure' }}
348
+ if : ${{ !github.event.pull_request.head.repo.fork && steps.cts-e2e .outcome == 'failure' }}
349
349
run : yarn cli cts run ${{ matrix.client.language }} ${{ matrix.client.toRun }} --exclude-unit
350
350
351
351
- name : Generate code snippets for documentation
You can’t perform that action at this time.
0 commit comments