Skip to content

Commit

Permalink
Removed job start condition
Browse files Browse the repository at this point in the history
Signed-off-by: Clara De Smet <[email protected]>
  • Loading branch information
clara-de-smet committed Oct 1, 2024
1 parent fcc4296 commit be4e275
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be4e275

Please sign in to comment.