Skip to content

Commit 0b1e70e

Browse files
committed
fix workflow
1 parent 963247e commit 0b1e70e

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)