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 name: Qodana
on: on:
workflow_dispatch: schedule:
pull_request: - cron: "0 20 * * *"
push: # workflow_dispatch:
branches: # push:
- develop # branches:
# - develop
jobs: jobs:
qodana: qodana: