mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-05 16:42:53 +01:00
Fix qodana by cron only
This commit is contained in:
11
.github/workflows/code_quality.yml
vendored
11
.github/workflows/code_quality.yml
vendored
@@ -1,10 +1,11 @@
|
||||
name: Qodana
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
schedule:
|
||||
- cron: "0 20 * * *"
|
||||
# workflow_dispatch:
|
||||
# push:
|
||||
# branches:
|
||||
# - develop
|
||||
|
||||
jobs:
|
||||
qodana:
|
||||
|
||||
Reference in New Issue
Block a user