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:
397397 run : yarn workspace playground test
398398
399399 - 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') }}
401401 uses : cometkim/rclone-actions/setup-rclone@cab9535d853695b38b25c84e069c5d8a261267e4
402402
403403 - 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') }}
405405 uses : cometkim/rclone-actions/configure-remote/s3@cab9535d853695b38b25c84e069c5d8a261267e4
406406 with :
407407 name : rescript
@@ -411,11 +411,6 @@ jobs:
411411 secret-access-key : ${{ secrets.CLOUDFLARE_R2_SECRET_ACCESS_KEY }}
412412 acl : private
413413
414- - name : Test rclone access
415- shell : bash
416- run : |
417- rclone ls rescript:cdn-assets/
418-
419414 - name : Upload playground compiler to CDN
420415 if : ${{ matrix.build_playground && startsWith(github.ref, 'refs/tags/v') }}
421416 run : yarn workspace playground upload-bundle
You can’t perform that action at this time.
0 commit comments