Vadym Zhytkevych created KAFKA-18391: ----------------------------------------
Summary: Skip running "Flaky Test Report" job on forks Key: KAFKA-18391 URL: https://issues.apache.org/jira/browse/KAFKA-18391 Project: Kafka Issue Type: Improvement Components: core Reporter: Vadym Zhytkevych Assignee: Vadym Zhytkevych Attachments: image-2025-01-02-12-28-26-839.png Job {code:java} name: Flaky Test Report on: workflow_dispatch: # Let us run manually schedule: - cron: '0 6 * * *' # Run daily at 6am UTC jobs: flaky-test-report: name: Flaky Test Report {code} keeps running and failing on forked repositories due to missing secrets {code:java} DEVELOCITY_ACCESS_TOKEN: ${{ secrets.DV_API_ACCESS }}{code} Update ci to skip the run on forked repositories to decrease number of unnecessary emails and failed builds. !image-2025-01-02-12-28-26-839.png! -- This message was sent by Atlassian Jira (v8.20.10#820010)