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 <[email protected]>
  • Loading branch information
mumrah authored and mjsax committed Jan 27, 2025
1 parent 4921e27 commit 7a42aa2
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 7a42aa2

Please sign in to comment.