Skip to content

Commit

Permalink
Increase CPU core count for SonarCloud analysis workflow and run on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
nbolton committed Jan 7, 2025
1 parent b7b5526 commit 5d6bba9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sonarcloud-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@ name: "SonarCloud Analysis"

on:
workflow_dispatch:
pull_request:
push:
branches:
- master*

jobs:
sonarcloud-analysis:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-16-core-x64
container: debian:trixie-slim
timeout-minutes: 20

env:
CPU_CORE_COUNT: 8
CPU_CORE_COUNT: 16

steps:
- name: Install container dependencies
Expand Down

0 comments on commit 5d6bba9

Please sign in to comment.