File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -183,22 +183,22 @@ jobs:
183
183
- uses : ./.github/actions/test_logs
184
184
timeout-minutes : 20
185
185
186
- test_private_tasks :
187
- needs : [ build, check ]
188
- runs-on :
189
- - self-hosted
190
- - X64
191
- - Linux
192
- - 8c32g
193
- - " ${{ inputs.runner_provider }}"
194
- steps :
195
- - uses : actions/checkout@v4
196
- - uses : ./.github/actions/setup_license
197
- with :
198
- runner_provider : ${{ inputs.runner_provider }}
199
- type : ${{ inputs.license_type }}
200
- - uses : ./.github/actions/test_private_tasks
201
- timeout-minutes : 20
186
+ # test_private_tasks:
187
+ # needs: [ build, check ]
188
+ # runs-on:
189
+ # - self-hosted
190
+ # - X64
191
+ # - Linux
192
+ # - 8c32g
193
+ # - "${{ inputs.runner_provider }}"
194
+ # steps:
195
+ # - uses: actions/checkout@v4
196
+ # - uses: ./.github/actions/setup_license
197
+ # with:
198
+ # runner_provider: ${{ inputs.runner_provider }}
199
+ # type: ${{ inputs.license_type }}
200
+ # - uses: ./.github/actions/test_private_tasks
201
+ # timeout-minutes: 20
202
202
203
203
test_meta_cluster :
204
204
needs : [build, check]
You can’t perform that action at this time.
0 commit comments