Skip to content

Commit

Permalink
Test out the new publish-dry-run
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Jul 16, 2024
1 parent 8809852 commit e6a4e40
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 @@ -111,15 +111,15 @@ jobs:
TEST_PROTOCOL: ${{ matrix.test-protocol }}

publish-dry-run:
if: github.event_name == 'push' || startsWith(github.head_ref, 'release/')
# if: github.event_name == 'push' || startsWith(github.head_ref, 'release/')
strategy:
matrix:
sys:
- os: ubuntu-latest
target: wasm32-unknown-unknown
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
uses: stellar/actions/.github/workflows/rust-publish-dry-run.yml@main
uses: stellar/actions/.github/workflows/rust-publish-dry-run.yml@publish-dry-run-revival
with:
runs-on: ${{ matrix.sys.os }}
target: ${{ matrix.sys.target }}

0 comments on commit e6a4e40

Please sign in to comment.