Skip to content

Commit

Permalink
Sonarcloud fix
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Carreras <leonardo.carreras@eonerc.rwth-aachen.de>
  • Loading branch information
leonardocarreras committed Dec 11, 2024
1 parent d6d2a25 commit c8c33bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar_cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
sonarcloud:
name: Prepare and run Sonar Scan
runs-on: ubuntu-latest
if: secrets.SONAR_TOKEN != '' # Skip the job if SONAR_TOKEN is not set
if: ${{ secrets.SONAR_TOKEN }} != '' # Skip the job if SONAR_TOKEN is not set
container: sogno/dpsim:dev
env:
BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory # Directory where build-wrapper output will be placed
Expand Down

0 comments on commit c8c33bd

Please sign in to comment.