File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ jobs:
260260 comment-tag : bench-pr-comment-${{ matrix.id }}
261261
262262 - name : Compare file sizes
263- if : inputs.mode == 'pr'
263+ if : inputs.mode == 'pr' && matrix.remote_storage == null
264264 shell : bash
265265 run : |
266266 set -Eeu -o pipefail -x
@@ -303,7 +303,7 @@ jobs:
303303 cat sizes-comment.md >> $GITHUB_STEP_SUMMARY
304304
305305 - name : Comment PR with file sizes
306- if : inputs.mode == 'pr' && github.event.pull_request.head.repo.fork == false
306+ if : inputs.mode == 'pr' && matrix.remote_storage == null && github.event.pull_request.head.repo.fork == false
307307 uses : thollander/actions-comment-pull-request@v3
308308 with :
309309 file-path : sizes-comment.md
@@ -326,7 +326,7 @@ jobs:
326326 bash scripts/cat-s3.sh vortex-ci-benchmark-results data.json.gz results.json
327327
328328 - name : Upload File Sizes
329- if : inputs.mode == 'develop'
329+ if : inputs.mode == 'develop' && matrix.remote_storage == null
330330 shell : bash
331331 run : |
332332 uv run --no-project scripts/capture-file-sizes.py \
You can’t perform that action at this time.
0 commit comments