Skip to content

Commit db787cf

Browse files
authored
Merge pull request #50 from stackhpc/dependency-review2
CI: Only run dependency review on pull requests
2 parents fd38001 + cfc637e commit db787cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
if: always()
9494
dependency-review:
9595
runs-on: ubuntu-latest
96+
if: github.event_name == 'pull_request'
9697
steps:
9798
- name: Checkout
9899
uses: actions/checkout@v3

0 commit comments

Comments
 (0)