diff --git a/.github/workflows/sonar-scan.yml b/.github/workflows/sonar-scan.yml index 1fa763c9..1f8bb946 100644 --- a/.github/workflows/sonar-scan.yml +++ b/.github/workflows/sonar-scan.yml @@ -43,14 +43,13 @@ jobs: workflow: relayer.yml workflow_conclusion: "" name_is_regexp: true - name: go-unit-tests-results-${{ matrix.test-type.id }} + name: go-unit-tests-results # should fail to fetch if_no_artifact_found: warn - name: Download Golangci Relayer report uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6 with: workflow: golangci-lint.yml - path: ./relayer/ workflow_conclusion: "" name_is_regexp: true name: golangci-lint-relayer-report @@ -69,7 +68,6 @@ jobs: uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6 with: workflow: golangci-lint.yml - path: ./integration-tests/ workflow_conclusion: "" name_is_regexp: true name: golangci-lint-integration-tests-report