Skip to content

Commit

Permalink
maybe this way
Browse files Browse the repository at this point in the history
  • Loading branch information
galkahana committed Jul 1, 2023
1 parent a646995 commit 2aefeb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ jobs:
uses: actions/checkout@v3
- name: 'Dependency Review Push'
uses: actions/dependency-review-action@v3
if: ${{ github.event_name == 'push'}}
with:
fail-on-severity: high
base-ref: ${{ github.event.before }}
head-ref: ${{ github.sha }}
if: ${{ github.event_name == 'push'}}
- name: 'Dependency Review'
uses: actions/dependency-review-action@v3
if: ${{ github.event_name != 'push'}}
with:
fail-on-severity: high
if: ${{ github.event_name != 'push'}}
build-node-publish:
needs: dependency-review
strategy:
Expand Down

0 comments on commit 2aefeb1

Please sign in to comment.