Skip to content

Commit d181707

Browse files
committed
review
1 parent 23273ef commit d181707

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ jobs:
251251
run: yarn cli cts run javascript ${{ fromJSON(needs.setup.outputs.JAVASCRIPT_DATA).toRun }} --exclude-unit
252252

253253
- 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' }}
255255
run: yarn cli cts run javascript ${{ fromJSON(needs.setup.outputs.JAVASCRIPT_DATA).toRun }} --exclude-unit
256256

257257
- name: Generate code snippets for documentation
@@ -345,7 +345,7 @@ jobs:
345345
run: yarn cli cts run ${{ matrix.client.language }} ${{ matrix.client.toRun }} --exclude-unit
346346

347347
- 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' }}
349349
run: yarn cli cts run ${{ matrix.client.language }} ${{ matrix.client.toRun }} --exclude-unit
350350

351351
- name: Generate code snippets for documentation

0 commit comments

Comments
 (0)