File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -542,7 +542,6 @@ jobs:
542
542
environment : aws
543
543
permissions :
544
544
pages : write
545
- pull-requests : write
546
545
contents : write
547
546
id-token : write
548
547
steps :
@@ -559,7 +558,6 @@ jobs:
559
558
pattern : .benchmarks-*
560
559
delete-merged : true
561
560
562
- - uses : iterative/setup-cml@v3
563
561
- uses : actions/setup-python@v5
564
562
with :
565
563
python-version : " 3.13"
@@ -615,13 +613,6 @@ jobs:
615
613
with :
616
614
FOLDER : html
617
615
618
- - name : post comment
619
- env :
620
- REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
621
- if : ${{ github.event_name == 'pull_request' && ! github.event.pull_request.head.repo.fork }}
622
- run : |
623
- cml comment update --watermark-title='dvc-bench report' report.md
624
-
625
616
- name : Setup Pages
626
617
id : pages
627
618
uses : actions/configure-pages@v5
You can’t perform that action at this time.
0 commit comments