Skip to content

Commit

Permalink
bug: wrong placement for strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmanuel-tirado committed May 16, 2024
1 parent d5d0e61 commit 95ea022
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 95ea022

Please sign in to comment.