Skip to content

Commit 419b200

Browse files
authored
Merge pull request #500 from ComputerScienceHouse/fix-workflows
Update sonarqube to run on its own thing and only if it's not dependabot
2 parents 684e3e5 + d515b5d commit 419b200

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)