name: "SonarCloud Full Scan (develop)" on: schedule: - cron: '0 5 * * *' workflow_dispatch: {} concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true permissions: contents: read pull-requests: read jobs: full-unit-tests-and-sonar-scan: name: "Full Unit Tests + SonarCloud Scan" uses: ./.github/workflows/unit-test-workflow.yml secrets: inherit with: full: true