Skip to content

Commit

Permalink
Remove sonar checks. Only run qodana check for php and yaml files.
Browse files Browse the repository at this point in the history
  • Loading branch information
herbertroth committed Aug 17, 2023
1 parent eaaeb7b commit 43b807b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,19 @@ on:
- cron: '0 01 * * *' # Run once per day
workflow_dispatch:
push:
paths:
- '**.php'
- '**.yml'
- '**.yaml'
branches:
- '*'
- '**'
pull_request:
types: [opened, synchronize, reopened]
paths:
- '**.php'
- '**.yml'
- '**.yaml'

jobs:
qodana:
Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/sonar.yml

This file was deleted.

0 comments on commit 43b807b

Please sign in to comment.