Skip to content

Commit 8797905

Browse files
committed
update rclone actions
1 parent 1e90c1f commit 8797905

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -397,12 +397,12 @@ jobs:
397397
run: yarn workspace playground test
398398

399399
- name: Setup Rclone
400-
if: ${{ matrix.build_playground && startsWith(github.ref, 'refs/tags/v') }}
401-
uses: cometkim/rclone-actions/setup-rclone@89de8311dd0ca0b43143329d3daeb1041852ad9f
400+
# if: ${{ matrix.build_playground && startsWith(github.ref, 'refs/tags/v') }}
401+
uses: cometkim/rclone-actions/setup-rclone@31e186bc99f9ebd4da14c4cc02df1cb5e4d81c72
402402

403403
- name: Configure Rclone remote
404-
if: ${{ matrix.build_playground && startsWith(github.ref, 'refs/tags/v') }}
405-
uses: cometkim/rclone-actions/configure-remote/s3-provider@89de8311dd0ca0b43143329d3daeb1041852ad9f
404+
# if: ${{ matrix.build_playground && startsWith(github.ref, 'refs/tags/v') }}
405+
uses: cometkim/rclone-actions/configure-remote/s3-provider@31e186bc99f9ebd4da14c4cc02df1cb5e4d81c72
406406
with:
407407
name: rescript
408408
provider: Cloudflare

0 commit comments

Comments
 (0)