mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 11:23:25 +08: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
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user