mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Run flake check only on discourse/discourse (#27350)
script/get_github_workflow_run_job_id.rb would fail on forks anyway
This commit is contained in:
parent
b618d08d36
commit
12661ece97
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -306,7 +306,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Check for flaky tests report
|
- name: Check for flaky tests report
|
||||||
id: check-flaky-spec-report
|
id: check-flaky-spec-report
|
||||||
if: always()
|
if: always() && github.repository == 'discourse/discourse'
|
||||||
run: |
|
run: |
|
||||||
if [ -f tmp/turbo_rspec_flaky_tests.json ]; then
|
if [ -f tmp/turbo_rspec_flaky_tests.json ]; then
|
||||||
echo "exists=true" >> $GITHUB_OUTPUT
|
echo "exists=true" >> $GITHUB_OUTPUT
|
||||||
|
Loading…
Reference in New Issue
Block a user