Skip to content

Commit 0a8f9f7

Browse files
committed
drop! aggregate
1 parent 0c59e12 commit 0a8f9f7

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/test-shared.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,12 @@ jobs:
184184

185185

186186
aggregate-benchmark-results:
187-
needs: build
187+
# needs: build
188188
name: Aggregate benchmark results
189-
if: ${{ github.event_name == 'workflow_dispatch' }}
189+
# if: ${{ github.event_name == 'workflow_dispatch' }}
190190
runs-on: ubuntu-latest
191+
permissions:
192+
actions: read
191193
steps:
192194
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
193195
with:
@@ -199,6 +201,9 @@ jobs:
199201
with:
200202
pattern: csv-*
201203
merge-multiple: true
204+
github-token: ${{ github.token }} # token with actions:read permissions on target repo
205+
repository: aduh95/node
206+
run-id: 17513675780
202207

203208
- uses: cachix/install-nix-action@f0fe604f8a612776892427721526b4c7cfb23aba # v31
204209
with:

0 commit comments

Comments
 (0)