DEV: Only run check-flaky-spec-report when enabled in tests workflow (#28903)

This commit is contained in:
Alan Guo Xiang Tan 2024-09-13 14:59:49 +08:00 committed by GitHub
parent 9a4f71353d
commit 4377649077
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -311,7 +311,7 @@ jobs:
- name: Check for flaky tests report
id: check-flaky-spec-report
if: always() && github.repository == 'discourse/discourse'
if: always() && github.repository == 'discourse/discourse' && ${{ env.DISCOURSE_TURBO_RSPEC_RETRY_AND_LOG_FLAKY_TESTS == '1' }}
run: |
if [ -f tmp/turbo_rspec_flaky_tests.json ]; then
echo "exists=true" >> $GITHUB_OUTPUT