diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9cfe48426dd..1f1eb046d3d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -306,7 +306,7 @@ jobs: - name: Check for flaky tests report id: check-flaky-spec-report - if: always() + if: always() && github.repository == 'discourse/discourse' run: | if [ -f tmp/turbo_rspec_flaky_tests.json ]; then echo "exists=true" >> $GITHUB_OUTPUT