Skip to content

Commit

Permalink
ci: run release job for pull-requests
Browse files Browse the repository at this point in the history
It will not actually trigger a release, but it will
perform a dry-run, which may help to catch problems ahead of time.
  • Loading branch information
jcornaz committed Sep 14, 2022
1 parent 70a330c commit 1c155ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
- uses: Swatinem/rust-cache@v1
- run: cargo doc --workspace --all-features --no-deps
release:
if: ${{ github.event_name != 'pull_request' }}
needs: [test, documentation]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 1c155ab

Please sign in to comment.