From 95ea02271f15844b5c483d152fd82b77ae3dd850 Mon Sep 17 00:00:00 2001 From: "Juan M. Tirado" Date: Thu, 16 May 2024 16:47:17 +0200 Subject: [PATCH] bug: wrong placement for strategy --- .github/workflows/sonar.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 014b61c..44e5515 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -17,14 +17,14 @@ permissions: repository-projects: read statuses: read jobs: - strategy: - fail-fast: false - matrix: - python-version: ["3.10", "3.11", "3.12"] - os: [ubuntu-22.04] sonar: + strategy: + fail-fast: false + matrix: + python-version: ["3.10", "3.11", "3.12"] + os: [ubuntu-22.04] name: Sonar - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} timeout-minutes: 30 if: github.event.workflow_run.conclusion == 'success' steps: