Skip to content

Commit 80be2c6

Browse files
Merge branch 'develop' into dependabot/pip/lazy-object-proxy-1.12.0
2 parents a125b45 + 419b200 commit 80be2c6

File tree

2 files changed

+3
-21
lines changed

2 files changed

+3
-21
lines changed

.github/pull_request_template.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/sonarqube.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build
1+
name: Sonarqube
22

33
on:
44
push:
@@ -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)