diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 013ae28516f..66b8af5464b 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -11,7 +11,8 @@ on: pull_request_target: # This is to access secrets from forked PRs jobs: - build-and-test: + build: + name: Build runs-on: ubuntu-latest steps: diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 6c77b211bb6..17f5270f7e1 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -3,8 +3,7 @@ name: Use the data on: workflow_run: workflows: [Build] - types: - - completed + types: [completed] jobs: download: