We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42ea9d6 + 0ce6c8b commit 58c5aa1Copy full SHA for 58c5aa1
.github/workflows/ci.yaml
@@ -47,6 +47,7 @@ jobs:
47
env:
48
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
50
+ if: ${{ env.SONAR_TOKEN != null }}
51
52
test:
53
needs:
0 commit comments