File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -397,11 +397,11 @@ jobs:
397
397
run : yarn workspace playground test
398
398
399
399
- name : Setup Rclone
400
- # if: ${{ matrix.build_playground && startsWith(github.ref, 'refs/tags/v') }}
400
+ if : ${{ matrix.build_playground && startsWith(github.ref, 'refs/tags/v') }}
401
401
uses : cometkim/rclone-actions/setup-rclone@cab9535d853695b38b25c84e069c5d8a261267e4
402
402
403
403
- name : Configure Rclone remote
404
- # if: ${{ matrix.build_playground && startsWith(github.ref, 'refs/tags/v') }}
404
+ if : ${{ matrix.build_playground && startsWith(github.ref, 'refs/tags/v') }}
405
405
uses : cometkim/rclone-actions/configure-remote/s3@cab9535d853695b38b25c84e069c5d8a261267e4
406
406
with :
407
407
name : rescript
@@ -411,11 +411,6 @@ jobs:
411
411
secret-access-key : ${{ secrets.CLOUDFLARE_R2_SECRET_ACCESS_KEY }}
412
412
acl : private
413
413
414
- - name : Test rclone access
415
- shell : bash
416
- run : |
417
- rclone ls rescript:cdn-assets/
418
-
419
414
- name : Upload playground compiler to CDN
420
415
if : ${{ matrix.build_playground && startsWith(github.ref, 'refs/tags/v') }}
421
416
run : yarn workspace playground upload-bundle
You can’t perform that action at this time.
0 commit comments