mirror of
https://github.com/Mintplex-Labs/nut.js.git
synced 2026-07-19 22:15:20 -04:00
Merge pull request #256 from nut-tree/feature/255/conditional_sonar
(#255) Only run sonar step if SONAR_TOKEN is set
This commit is contained in:
@@ -47,6 +47,7 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
if: ${{ env.SONAR_TOKEN != null }}
|
||||
|
||||
test:
|
||||
needs:
|
||||
|
||||
Reference in New Issue
Block a user