@@ -266,13 +266,6 @@ jobs:
266
266
with :
267
267
name : alter-${{ matrix.ONLY }}-${{ inputs.arch }}-artifacts
268
268
path : ${{ env.artifact_paths}}
269
- - name : Update workflow report
270
- if : ${{ !cancelled() }}
271
- uses : Altinity/ClickHouse/.github/actions/create_workflow_report@report_updates
272
- env :
273
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
274
- with :
275
- final : false
276
269
277
270
Benchmark :
278
271
strategy :
@@ -344,13 +337,6 @@ jobs:
344
337
with :
345
338
name : benchmark-${{ matrix.STORAGE }}-${{ inputs.arch }}-artifacts
346
339
path : ${{ env.artifact_paths }}
347
- - name : Update workflow report
348
- if : ${{ !cancelled() }}
349
- uses : Altinity/ClickHouse/.github/actions/create_workflow_report@report_updates
350
- env :
351
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
352
- with :
353
- final : false
354
340
355
341
ClickHouseKeeperSSL :
356
342
needs : [runner_labels_setup]
@@ -673,13 +659,6 @@ jobs:
673
659
with :
674
660
name : ${{ env.SUITE }}-${{ matrix.STORAGE }}-${{ inputs.arch }}-artifacts
675
661
path : ${{ env.artifact_paths}}
676
- - name : Update workflow report
677
- if : ${{ !cancelled() }}
678
- uses : Altinity/ClickHouse/.github/actions/create_workflow_report@report_updates
679
- env :
680
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
681
- with :
682
- final : false
683
662
684
663
TieredStorage :
685
664
strategy :
@@ -750,10 +729,3 @@ jobs:
750
729
with :
751
730
name : ${{ env.SUITE }}-${{ matrix.STORAGE }}-${{ inputs.arch }}-artifacts
752
731
path : ${{ env.artifact_paths}}
753
- - name : Update workflow report
754
- if : ${{ !cancelled() }}
755
- uses : Altinity/ClickHouse/.github/actions/create_workflow_report@report_updates
756
- env :
757
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
758
- with :
759
- final : false
0 commit comments