Fix qodana by cron only
This commit is contained in:
parent
081cfcc137
commit
2df271f76c
11
.github/workflows/code_quality.yml
vendored
11
.github/workflows/code_quality.yml
vendored
@ -1,10 +1,11 @@
|
|||||||
name: Qodana
|
name: Qodana
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
schedule:
|
||||||
pull_request:
|
- cron: "0 20 * * *"
|
||||||
push:
|
# workflow_dispatch:
|
||||||
branches:
|
# push:
|
||||||
- develop
|
# branches:
|
||||||
|
# - develop
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
qodana:
|
qodana:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user