Skip to content

Commit

Permalink
WEB-1570 setup gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Ladaria committed Oct 3, 2023
1 parent 25a93e6 commit 451deaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
sonarqube-scan:
runs-on: ubuntu-latest
needs: [build, build-acceptance]
if: '!cancelled() && needs.build.result == "success" && needs.build-acceptance.result == "success"'
if: "!cancelled() && needs.build.result == 'success' && needs.build-acceptance.result == 'success'"
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 451deaf

Please sign in to comment.