Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifropc committed Jan 29, 2025
1 parent ec6d03a commit cf46da1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
CARGO_BUILD_TARGET: ${{ matrix.sys.target }}

publish-dry-run:
if: github.event_name == 'push' || startsWith(github.head_ref, 'release/')
# if: github.event_name == 'push' || startsWith(github.head_ref, 'release/')
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
target: x86_64-pc-windows-msvc
cargo-hack-feature-options: --features opt --ignore-unknown-features

uses: stellar/actions/.github/workflows/rust-publish-dry-run-v2.yml@main
uses: stellar/actions/.github/workflows/rust-publish-dry-run-v2.yml@d3482be5dc869655824ea6593773af9e83909baf
with:
runs-on: ${{ matrix.os }}
target: ${{ matrix.target }}
Expand Down

0 comments on commit cf46da1

Please sign in to comment.