This is an automated email from the ASF dual-hosted git repository.
gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new aeedf145563 [SPARK-39521][INFRA][FOLLOW-UP] Update step name to "Run /
Check changes" to detect the workflow
aeedf145563 is described below
commit aeedf1455630f1257e64fa4278d4de737574fc09
Author: Hyukjin Kwon <[email protected]>
AuthorDate: Tue Jun 21 11:44:06 2022 +0900
[SPARK-39521][INFRA][FOLLOW-UP] Update step name to "Run / Check changes"
to detect the workflow
### What changes were proposed in this pull request?
This PR changes the step name that's renamed in previous PR.
### Why are the changes needed?
To recover the build.
### Does this PR introduce _any_ user-facing change?
No, dev-only.
### How was this patch tested?
Tested at
https://github.com/HyukjinKwon/spark/pull/52/checks?check_run_id=6977082541.
Closes #36933 from HyukjinKwon/SPARK-39521-followup2.
Authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
---
.github/workflows/notify_test_workflow.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/notify_test_workflow.yml
b/.github/workflows/notify_test_workflow.yml
index 55511346a9a..f09d541609c 100644
--- a/.github/workflows/notify_test_workflow.yml
+++ b/.github/workflows/notify_test_workflow.yml
@@ -113,7 +113,7 @@ jobs:
// Here we get check run ID to provide Check run view instead of
Actions view, see also SPARK-37879.
const check_runs = await github.request(check_run_endpoint,
check_run_params)
- const check_run_head = check_runs.data.check_runs.filter(r =>
r.name === "Configure jobs")[0]
+ const check_run_head = check_runs.data.check_runs.filter(r =>
r.name === "Run / Check changes")[0]
if (check_run_head.head_sha !=
context.payload.pull_request.head.sha) {
throw new Error('There was a new unsynced commit pushed.
Please retrigger the workflow.');
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]