AAE-50678 SonarCloud scan on daily cron instead of every develop push (#12184)

* ci: change sonar-develop workflow to run on daily cron instead of every push to develop

Co-authored-by: eromano <1030050+eromano@users.noreply.github.com>

* ci: add pull-requests: read permission to sonar-develop workflow

Co-authored-by: eromano <1030050+eromano@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: eromano <1030050+eromano@users.noreply.github.com>
This commit is contained in:
Copilot
2026-08-19 20:10:52 +02:00
committed by GitHub
co-authored by eromano
parent 7b8d616a9f
commit 5e0c52afcb
+3 -3
View File
@@ -1,9 +1,8 @@
name: "SonarCloud Full Scan (develop)"
on:
push:
branches:
- develop
schedule:
- cron: '0 5 * * *'
workflow_dispatch: {}
concurrency:
@@ -12,6 +11,7 @@ concurrency:
permissions:
contents: read
pull-requests: read
jobs:
full-unit-tests-and-sonar-scan: