ci: flaky sonarqube behaviour?
Some checks reported warnings
Build and Deploy / build-server (push) Successful in 27s
Build and Deploy / build-push-server-container (push) Has been cancelled
Build and Deploy / dependency-track-container (push) Has been cancelled
Build and Deploy / dependency-track (push) Has been cancelled
Build and Deploy / sonarqube (push) Has been cancelled

This commit is contained in:
Timothy Schenk 2023-11-03 14:29:50 +01:00
parent dc4270dc6a
commit a2c84a2d4f

View file

@ -20,7 +20,7 @@ jobs:
sonarqube:
needs: build-server
runs-on: ubuntu-latest
if: github.ref_name == 'master'
if: ${{ github.ref_name }} == 'master'
steps:
- uses: actions/checkout@v3
- name: Setup dotnet