Skip to content

Commit 14c841d

Browse files
authored
remove setup-cml (#582)
1 parent c7d3463 commit 14c841d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,6 @@ jobs:
542542
environment: aws
543543
permissions:
544544
pages: write
545-
pull-requests: write
546545
contents: write
547546
id-token: write
548547
steps:
@@ -559,7 +558,6 @@ jobs:
559558
pattern: .benchmarks-*
560559
delete-merged: true
561560

562-
- uses: iterative/setup-cml@v3
563561
- uses: actions/setup-python@v5
564562
with:
565563
python-version: "3.13"
@@ -615,13 +613,6 @@ jobs:
615613
with:
616614
FOLDER: html
617615

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-
625616
- name: Setup Pages
626617
id: pages
627618
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)