We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d7419 commit 7f42018Copy full SHA for 7f42018
1 file changed
.github/workflows/fe-code-quality.yml
@@ -86,6 +86,7 @@ jobs:
86
name: SonarCloud
87
needs: code-quality
88
runs-on: ubuntu-latest
89
+ if: secrets.SONAR_CLOUD_TOKEN != ''
90
steps:
91
- name: Check if SONAR_CLOUD_TOKEN exists
92
id: check-secret
0 commit comments