Skip to content

Commit 300fd9e

Browse files
committed
chore: update SonarQube Scan workflow
1 parent 1b477ff commit 300fd9e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/lint-format-tests.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
node-version: "22.20.0"
1919
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
2020
name: Install pnpm
21-
with:
22-
cache: true
2321
- name: Install packages
2422
run: pnpm install --frozen-lockfile
2523
- name: Run the linter
@@ -28,6 +26,7 @@ jobs:
2826
run: pnpm -w test:unit:all
2927
- name: SonarQube Scan
3028
uses: SonarSource/sonarqube-scan-action@fd88b7d7ccbaefd23d8f36f73b59db7a3d246602
31-
if: ${{ !github.event.pull_request.draft && !contains(github.head_ref || github.ref, 'renovate/') }}
29+
# if: ${{ !github.event.pull_request.draft && !contains(github.head_ref || github.ref, 'renovate/') }}
30+
if: ${{ !github.event.pull_request.draft }}
3231
env:
3332
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)