Browse Source

Fix qodana by cron only

Laurent Destailleur 2 years ago
parent
commit
2df271f76c
1 changed files with 6 additions and 5 deletions
  1. 6 5
      .github/workflows/code_quality.yml

+ 6 - 5
.github/workflows/code_quality.yml

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