File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
Expand file tree Collapse file tree 1 file changed +12
-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,30 @@ 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 : |
199+ benchmark/*.R
200+ shell.nix
201+ sparse-checkout-cone-mode : false
196202
197203 - name : Download benchmark raw results
198204 uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
199205 with :
200206 pattern : csv-*
201207 merge-multiple : true
202208 path : raw-results
209+ github-token : ${{ github.token }} # token with actions:read permissions on target repo
210+ repository : aduh95/node
211+ run-id : 17513675780
203212
204213 - uses : cachix/install-nix-action@f0fe604f8a612776892427721526b4c7cfb23aba # v31
205214 with :
You can’t perform that action at this time.
0 commit comments