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
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:
parent
dc4270dc6a
commit
a2c84a2d4f
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ jobs:
|
||||||
sonarqube:
|
sonarqube:
|
||||||
needs: build-server
|
needs: build-server
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.ref_name == 'master'
|
if: ${{ github.ref_name }} == 'master'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Setup dotnet
|
- name: Setup dotnet
|
||||||
|
|
Loading…
Reference in a new issue