diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 164d6f467..c6f4c93c7 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -458,7 +458,7 @@ jobs: merge-coverage-reports: # Merge reports after playwright-tests, even if some shards have failed if: ${{ !cancelled() }} - needs: [playwright-ubuntu] + needs: [playwright-chrome] # only report on ubuntu (Google chrome) for now # needs: [playwright-ubuntu, playwright-macos]