From 436ecfad95bb60ac8a46b071b7e649289dd5ddeb Mon Sep 17 00:00:00 2001 From: Minh Vu <38443830+fallintoplace@users.noreply.github.com> Date: Mon, 18 May 2026 23:23:37 +0200 Subject: [PATCH] [SPARK-35158][INFRA] Add guidance to retrigger forked workflow runs --- .github/workflows/notify_test_workflow.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/notify_test_workflow.yml b/.github/workflows/notify_test_workflow.yml index 53a9fd19cd097..b2d0578e7b6c8 100644 --- a/.github/workflows/notify_test_workflow.yml +++ b/.github/workflows/notify_test_workflow.yml @@ -156,7 +156,11 @@ jobs: status: status, output: { title: 'Test results', - summary: '[See test results](' + check_run_url + ')', + summary: '[See test results](' + check_run_url + ')\n\n' + + 'If the tests fail for reasons unrelated to this pull request, ' + + 'please rerun the workflow in your forked repository.\n' + + 'If the failures are related to this pull request, ' + + 'please investigate them and push follow-up changes.', text: JSON.stringify({ owner: context.payload.pull_request.head.repo.owner.login, repo: context.payload.pull_request.head.repo.name,