Skip to content

Commit 4172c7c

Browse files
author
mike dupont
committed
removing report
1 parent 7d6b097 commit 4172c7c

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/run-performance-tests.yml

+15-15
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,19 @@ jobs:
6060
autocannon-amount: 1
6161
autocannon-connections: 1
6262

63-
performance-reporter:
64-
needs: [doctor-performance-tests, flame-performance-tests]
65-
runs-on: ubuntu-latest
66-
permissions:
67-
id-token: write
68-
contents: write
69-
packages: read
70-
pull-requests: write
71-
actions: read
63+
# performance-reporter:
64+
# needs: [doctor-performance-tests, flame-performance-tests]
65+
# runs-on: ubuntu-latest
66+
# permissions:
67+
# id-token: write
68+
# contents: write
69+
# packages: read
70+
# pull-requests: write
71+
# actions: read
7272

73-
# steps:
74-
# - uses: meta-introspector/checkout@v4
75-
# - name: Get all artifacts and publish results in github pages
76-
# uses: ./.github/base-actions/performance-reporter
77-
# with:
78-
# gh-token: ${{ secrets.GITHUB_TOKEN }}
73+
# # steps:
74+
# # - uses: meta-introspector/checkout@v4
75+
# # - name: Get all artifacts and publish results in github pages
76+
# # uses: ./.github/base-actions/performance-reporter
77+
# # with:
78+
# # gh-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)