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 19e28cc commit 2d918c1Copy full SHA for 2d918c1
.github/workflows/check.yml
@@ -334,7 +334,7 @@ jobs:
334
- name: Generate clients
335
run: yarn cli generate ${{ matrix.client.language }} ${{ matrix.client.toRun }}
336
337
- # no need to build the clients here, it will be done in the test Run CTS step anyway.
+ # no need to build the clients here, it will be done in the Run CTS step anyway.
338
339
- name: Update composer.lock
340
if: ${{ matrix.client.language == 'php' && startsWith(github.head_ref, 'chore/renovateBaseBranch') && matrix.client.isMainVersion }}
0 commit comments