Skip to content

Commit

Permalink
MINOR Fix condition in flaky test report workflow (apache#18599)
Browse files Browse the repository at this point in the history
Reviewers: Mickael Maison <mickael.maison@gmail.com>
  • Loading branch information
mumrah authored Jan 21, 2025
1 parent e9e03fa commit 967a197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down

0 comments on commit 967a197

Please sign in to comment.