Skip to content

Commit 3554406

Browse files
committed
return back pr-mode to plan
1 parent 346a02a commit 3554406

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/libsql-server-release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,6 @@ jobs:
117117
submodules: recursive
118118
- name: "Prepare env vars"
119119
run: "echo \"RUSTFLAGS=--cfg tokio_unstable\" >> $GITHUB_ENV"
120-
- uses: swatinem/rust-cache@v2
121-
with:
122-
key: ${{ join(matrix.targets, '-') }}
123-
cache-provider: ${{ matrix.cache_provider }}
124120
- name: Install cargo-dist
125121
run: ${{ matrix.install_dist }}
126122
# Get the dist-manifest

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ publish-jobs = ["homebrew"]
6666
# Whether cargo-dist should create a Github Release or use an existing draft
6767
create-release = true
6868
# Which actions to run on pull requests
69-
pr-run-mode = "upload"
69+
pr-run-mode = "plan"
7070
# A prefix git tags must include for cargo-dist to care about them
7171
tag-namespace = "libsql-server"
7272
# Whether to install an updater program

0 commit comments

Comments
 (0)