Fix qodana by cron only

This commit is contained in:
Laurent Destailleur
2022-12-30 12:58:08 +01:00
parent 081cfcc137
commit 2df271f76c

View File

@@ -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: