Skip to content

Commit

Permalink
remove pr-run-mode = "upload"
Browse files Browse the repository at this point in the history
  • Loading branch information
CramBL committed Sep 10, 2024
1 parent cb8ed27 commit 26f90ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,6 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: swatinem/rust-cache@v2
with:
key: ${{ join(matrix.targets, '-') }}
cache-provider: ${{ matrix.cache_provider }}
- name: Install cargo-dist
run: ${{ matrix.install_dist }}
# Get the dist-manifest
Expand Down
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ lto = true

# Config for 'cargo dist'
[workspace.metadata.dist]
# Which actions to run on pull requests
pr-run-mode = "upload"
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
cargo-dist-version = "0.22.1"
# CI backends to support
Expand Down

0 comments on commit 26f90ff

Please sign in to comment.