Skip to content

Commit 984253a

Browse files
committed
fix workflow
1 parent f6b1743 commit 984253a

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
@@ -419,11 +419,11 @@ jobs:
419419
run: yarn workspace playground test
420420

421421
- name: Setup Rclone
422-
# if: ${{ matrix.build_playground && startsWith(github.ref, 'refs/tags/v') }}
422+
if: ${{ matrix.build_playground && startsWith(github.ref, 'refs/tags/v') }}
423423
uses: cometkim/rclone-actions/setup-rclone@cab9535d853695b38b25c84e069c5d8a261267e4
424424

425425
- name: Configure Rclone remote
426-
# if: ${{ matrix.build_playground && startsWith(github.ref, 'refs/tags/v') }}
426+
if: ${{ matrix.build_playground && startsWith(github.ref, 'refs/tags/v') }}
427427
uses: cometkim/rclone-actions/configure-remote/s3@cab9535d853695b38b25c84e069c5d8a261267e4
428428
with:
429429
name: rescript
@@ -433,11 +433,6 @@ jobs:
433433
secret-access-key: ${{ secrets.CLOUDFLARE_R2_SECRET_ACCESS_KEY }}
434434
acl: private
435435

436-
- name: Test rclone access
437-
shell: bash
438-
run: |
439-
rclone ls rescript:cdn-assets/
440-
441436
- name: Upload playground compiler to CDN
442437
if: ${{ matrix.build_playground && startsWith(github.ref, 'refs/tags/v') }}
443438
run: yarn workspace playground upload-bundle

0 commit comments

Comments
 (0)