Skip to content

Commit

Permalink
KAFKA-18391 Skip running "Flaky Test Report" job on forks (#18376)
Browse files Browse the repository at this point in the history
Reviewers: David Arthur <[email protected]>
  • Loading branch information
Wadimz authored Jan 16, 2025
1 parent 4f0a913 commit b52150d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ on:
jobs:
flaky-test-report:
name: Flaky Test Report
if : github.event.repository.fork == 'false'
permissions:
contents: read
runs-on: ubuntu-latest
Expand Down

0 comments on commit b52150d

Please sign in to comment.