We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f42bf1 commit 36a4300Copy full SHA for 36a4300
1 file changed
.github/workflows/main.yml
@@ -118,7 +118,7 @@ jobs:
118
dotnet test ${GITHUB_WORKSPACE}/TemplateTest
119
120
sonarcloud:
121
- if: github.event_name != 'schedule' || github.event_name != 'pull_request'
+ if: github.event_name != 'schedule' && github.event_name != 'pull_request'
122
runs-on: ubuntu-latest
123
steps:
124
- name: Checkout repository
0 commit comments