Skip to content

Commit

Permalink
fixup! chore(ci): dry-run cargo publish on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrjabs committed Dec 18, 2024
1 parent ce21643 commit 703a8ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
jobs:
release-dry-run:
name: Build and test
if: ${{ !contains(github.event.pull_request.labels.*.name, 'release') }}
runs-on: ubuntu-latest
steps:
- name: Checkout sources
Expand Down

0 comments on commit 703a8ab

Please sign in to comment.