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: sonarqube:
name: Sonarqube upload name: Sonarqube upload
runs-on: macos-latest runs-on: macos-latest
if: always() && github.event_name == "schedule" if: always() && github.event_name == 'schedule'
needs: needs:
- codecov-units - codecov-units
steps: steps: