Skip to content

Commit cd7b976

Browse files
Skip maven-dependency-submission and SonarCloud Analysis for PR CI checks by Vladimir Sitnikov
1 parent 22e04a9 commit cd7b976

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ jobs:
3232

3333
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
3434
- name: Update dependency graph
35+
if: github.event_name == 'push'
3536
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6

.github/workflows/sonarcloud.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ on:
33
push:
44
branches:
55
- main
6-
pull_request:
7-
types: [opened, synchronize, reopened]
86
permissions:
97
pull-requests: read
108
jobs:

0 commit comments

Comments
 (0)