Skip to content

Commit 9a812a2

Browse files
Update sonarqube to run on its own thing and only if it's not dependabot
1 parent 684e3e5 commit 9a812a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sonarqube.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ on:
1010

1111
jobs:
1212
build:
13-
name: Build and analyze
13+
name: Sonarqube Analysis
1414
runs-on: ubuntu-latest
15+
if: ${{ !startsWith(github.head_ref, 'dependabot/') }}
1516

1617
steps:
1718
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)