Skip to content

Commit ae6acae

Browse files
committed
drop! sparser
1 parent 2093f68 commit ae6acae

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/test-shared.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ permissions:
5858

5959
jobs:
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:

0 commit comments

Comments
 (0)