Skip to content

Commit 7f42018

Browse files
committed
PFM-ISSUE-29437 added check for sonar cloud token secret to execute the sonar job
1 parent 41d7419 commit 7f42018

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/fe-code-quality.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
name: SonarCloud
8787
needs: code-quality
8888
runs-on: ubuntu-latest
89+
if: secrets.SONAR_CLOUD_TOKEN != ''
8990
steps:
9091
- name: Check if SONAR_CLOUD_TOKEN exists
9192
id: check-secret

0 commit comments

Comments
 (0)