Skip to content

Commit 36a4300

Browse files
committed
Updated main workflow
1 parent 5f42bf1 commit 36a4300

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
dotnet test ${GITHUB_WORKSPACE}/TemplateTest
119119
120120
sonarcloud:
121-
if: github.event_name != 'schedule' || github.event_name != 'pull_request'
121+
if: github.event_name != 'schedule' && github.event_name != 'pull_request'
122122
runs-on: ubuntu-latest
123123
steps:
124124
- name: Checkout repository

0 commit comments

Comments
 (0)