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

Change how Sonar is invoked for GHAs #162

Merged
merged 2 commits into from
Dec 15, 2021
Merged

Change how Sonar is invoked for GHAs #162

merged 2 commits into from
Dec 15, 2021

Commits on Dec 15, 2021

  1. Change how Sonar is invoked

    Change both the main and PR GHAs to deal differently with Sonar. Sonar
    can be run separately for main. For PR's Sonar should only run if the PR
    comes from a non-forked branch. Furthermore, by separating the build
    from sonar, we ensure the build is still done at all times
    
    #enhancement/gha-sonar
    smcvb committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    5da1824 View commit details
    Browse the repository at this point in the history
  2. Add missing GitHub token

    Add missing GitHub token
    
    #162
    smcvb committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    9138c42 View commit details
    Browse the repository at this point in the history