File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ permissions:
5858
5959jobs :
6060 build :
61+ if : false
6162 strategy :
6263 fail-fast : false
6364 matrix :
@@ -184,22 +185,28 @@ jobs:
184185
185186
186187 aggregate-benchmark-results :
187- needs : build
188+ # needs: build
188189 name : Aggregate benchmark results
189- if : ${{ github.event_name == 'workflow_dispatch' }}
190+ # if: ${{ github.event_name == 'workflow_dispatch' }}
190191 runs-on : ubuntu-latest
192+ permissions :
193+ actions : read
191194 steps :
192195 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
193196 with :
194197 persist-credentials : false
195- sparse-checkout : benchmark
198+ sparse-checkout : benchmark/*.R
199+ sparse-checkout-cone-mode : false
196200
197201 - name : Download benchmark raw results
198202 uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
199203 with :
200204 pattern : csv-*
201205 merge-multiple : true
202206 path : raw-results
207+ github-token : ${{ github.token }} # token with actions:read permissions on target repo
208+ repository : aduh95/node
209+ run-id : 17513675780
203210
204211 - uses : cachix/install-nix-action@f0fe604f8a612776892427721526b4c7cfb23aba # v31
205212 with :
You can’t perform that action at this time.
0 commit comments