Skip to content

Commit

Permalink
[SYNPY-1470] Always run SonarCloud as long as previous jobs are not c…
Browse files Browse the repository at this point in the history
…ancelled (#1096)
  • Loading branch information
danlu1 committed May 11, 2024
1 parent 5928730 commit 4646c7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ jobs:

sonarcloud:
needs: [test]
if: ${{ always() && !cancelled()}}
name: SonarCloud
runs-on: ubuntu-20.04
steps:
Expand Down

0 comments on commit 4646c7b

Please sign in to comment.