Skip to content

Commit

Permalink
ci: Run dependency review only on PR
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Pikuła <marek@serenitycode.dev>
  • Loading branch information
MarekPikula committed Apr 16, 2024
1 parent 8374718 commit 32b7960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
run: poetry run ${{ matrix.tool }} src/ test/

dependency-review:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -126,7 +127,6 @@ jobs:
build-publish:
needs:
- build-docs
- dependency-review
- lint
- test
if: github.event_name == 'release'
Expand Down

0 comments on commit 32b7960

Please sign in to comment.