Skip to content

Commit

Permalink
ad
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Codutti <alberto.codutti@eurotech.com>
  • Loading branch information
Coduz committed Jan 24, 2025
1 parent 0689afd commit 958396f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarCloud-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ env:
SONAR_TOKEN_AVAILABLE: ${{ secrets.SONAR_TOKEN != '' }}

jobs:
if: ${{ env.SONAR_TOKEN_AVAILABLE == 'true' }}
build:
if: ${{ env.SONAR_TOKEN_AVAILABLE == 'true' }}
name: Analyze
runs-on: ubuntu-latest
timeout-minutes: 45
Expand Down

0 comments on commit 958396f

Please sign in to comment.