Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Added sonar workflow #709

Merged
merged 11 commits into from
Nov 5, 2022
Prev Previous commit
Added schedule trigger (daily 12:36 PM UTC) and workflow_dispatch tri…
…gger, removed pull_request trigger
NightOwl888 committed Nov 5, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit dd753cc8d6ee0682be2071f11d59bc6d30400709
5 changes: 3 additions & 2 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
@@ -17,11 +17,12 @@

name: SonarCloud
on:
workflow_dispatch:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
schedule:
- cron: '36 12 * * *' # 12:36 PM UTC, daily (picked an odd start time to try to avoid competing for agents with other projects)
jobs:
build:
name: Build and analyze