Reduce github actions

This commit is contained in:
Laurent Destailleur
2023-06-20 10:23:42 +02:00
parent d6bd51e32d
commit 655804d130

View File

@@ -1,7 +1,7 @@
name: Qodana
on:
schedule:
- cron: "0 20 * * *"
- cron: "0 20 * * 1,3,5"
workflow_dispatch:
branches:
- develop
@@ -9,6 +9,9 @@ on:
# branches:
# - develop
permissions:
contents: read
jobs:
qodana:
runs-on: ubuntu-latest