Skip to content

Commit 43b807b

Browse files
committed
Remove sonar checks. Only run qodana check for php and yaml files.
1 parent eaaeb7b commit 43b807b

File tree

2 files changed

+8
-21
lines changed

2 files changed

+8
-21
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,19 @@ on:
44
- cron: '0 01 * * *' # Run once per day
55
workflow_dispatch:
66
push:
7+
paths:
8+
- '**.php'
9+
- '**.yml'
10+
- '**.yaml'
711
branches:
812
- '*'
913
- '**'
1014
pull_request:
1115
types: [opened, synchronize, reopened]
16+
paths:
17+
- '**.php'
18+
- '**.yml'
19+
- '**.yaml'
1220

1321
jobs:
1422
qodana:

.github/workflows/sonar.yml

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

0 commit comments

Comments
 (0)