Try to allow run of qobana trigger manually.
This commit is contained in:
parent
2130587613
commit
9442c1f289
4
.github/workflows/code_quality.yml
vendored
4
.github/workflows/code_quality.yml
vendored
@ -2,7 +2,9 @@ name: Qodana
|
|||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 20 * * *"
|
- cron: "0 20 * * *"
|
||||||
# workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
branches:
|
||||||
|
- develop
|
||||||
# push:
|
# push:
|
||||||
# branches:
|
# branches:
|
||||||
# - develop
|
# - develop
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user