diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index bc4cf719..7d6826e2 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -45,9 +45,6 @@ permissions: jobs: Analysis: runs-on: ubuntu-latest - timeout-minutes: 30 - if: github.event.workflow_run.conclusion == 'success' - steps: # Checkout main to get access to the SONAR_TOKEN. PR from forked repo does not have access to it. - uses: actions/checkout@v4