Skip to content

Commit

Permalink
ci: disable crates cache [skip ci] (#11878)
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc authored Jun 27, 2023
1 parent f726d5f commit 1fd754c
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/actions/setup_build_tool/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,19 +83,19 @@ runs:
shell: bash
run: df -h

- uses: everpcpc/actions-cache@v1
if: env.RUNNER_PROVIDER == 'aws'
env:
AWS_REGION: us-east-2
with:
bucket: "databend-ci"
root: "cache/cargo"
path: |
~/.cargo/registry/cache
~/.cargo/registry/index
~/.cargo/git/db
key: |
${{ runner.os }}/${{ inputs.target }}/${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
${{ runner.os }}/${{ inputs.target }}/
${{ runner.os }}/
# - uses: everpcpc/actions-cache@v1
# if: env.RUNNER_PROVIDER == 'aws'
# env:
# AWS_REGION: us-east-2
# with:
# bucket: "databend-ci"
# root: "cache/cargo"
# path: |
# ~/.cargo/registry/cache
# ~/.cargo/registry/index
# ~/.cargo/git/db
# key: |
# ${{ runner.os }}/${{ inputs.target }}/${{ hashFiles('**/Cargo.lock') }}
# restore-keys: |
# ${{ runner.os }}/${{ inputs.target }}/
# ${{ runner.os }}/

1 comment on commit 1fd754c

@vercel
Copy link

@vercel vercel bot commented on 1fd754c Jun 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

databend – ./

databend-git-main-databend.vercel.app
databend.vercel.app
databend-databend.vercel.app
databend.rs

Please sign in to comment.