Quoe 'schedule' correctly.

This commit is contained in:
Michael Kaye 2022-03-24 13:42:25 +00:00
parent 164ac0ee80
commit 3182c60d13
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ jobs:
sonarqube:
name: Sonarqube upload
runs-on: macos-latest
if: always() && github.event_name == "schedule"
if: always() && github.event_name == 'schedule'
needs:
- codecov-units
steps: