MINOR Fix condition in flaky test report workflow (#18599)

Reviewers: Mickael Maison <mickael.maison@gmail.com>
This commit is contained in:
David Arthur 2025-01-21 13:38:14 -05:00 committed by GitHub
parent e9e03faf87
commit 967a19732a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,6 @@ on:
jobs:
flaky-test-report:
name: Flaky Test Report
if : github.event.repository.fork == 'false'
permissions:
contents: read
runs-on: ubuntu-latest
@ -37,6 +36,7 @@ jobs:
- name: Setup Python
uses: ./.github/actions/setup-python
- name: Run Report
if : ${{ ! github.event.repository.fork }}
env:
DEVELOCITY_ACCESS_TOKEN: ${{ secrets.DV_API_ACCESS }}
run: |