diff --git a/.github/workflows/test-report.yaml b/.github/workflows/test-report.yaml index 4aae39e0308..e5d925cea33 100644 --- a/.github/workflows/test-report.yaml +++ b/.github/workflows/test-report.yaml @@ -9,7 +9,7 @@ jobs: test-report: name: Test Report # Do not run the report job on forks - if: github.repository == 'dask/distributed' || github.event_name != 'workflow_dispatch' + if: github.repository == 'dask/distributed' || github.event_name == 'workflow_dispatch' runs-on: ubuntu-latest env: GITHUB_TOKEN: ${{ github.token }}