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 c842b4b6d28 [SPARK-39521][INFRA][FOLLOW-UP] Fix notify workload to
detect the main build, and readme link
c842b4b6d28 is described below
commit c842b4b6d28226e4e05c20740ddf69b70c5f8135
Author: Hyukjin Kwon <[email protected]>
AuthorDate: Tue Jun 21 11:19:30 2022 +0900
[SPARK-39521][INFRA][FOLLOW-UP] Fix notify workload to detect the main
build, and readme link
### What changes were proposed in this pull request?
This PR fixes the notify_test_workflow.yml to detect build_main.yml that is
for PR builds.
In addition, this PR fixes the link of build status in README.md.
### Why are the changes needed?
To make the build fixed.
### Does this PR introduce _any_ user-facing change?
No, dev-only.
### How was this patch tested?
N/A. Should better be merged fixed and tested since it's already broken.
Closes #36932 from HyukjinKwon/SPARK-39521-followup.
Authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
---
.github/workflows/notify_test_workflow.yml | 2 +-
README.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/notify_test_workflow.yml
b/.github/workflows/notify_test_workflow.yml
index 4c84f5f25e6..55511346a9a 100644
--- a/.github/workflows/notify_test_workflow.yml
+++ b/.github/workflows/notify_test_workflow.yml
@@ -46,7 +46,7 @@ jobs:
const params = {
owner: context.payload.pull_request.head.repo.owner.login,
repo: context.payload.pull_request.head.repo.name,
- id: 'build_and_test.yml',
+ id: 'build_main.yml',
branch: context.payload.pull_request.head.ref,
}
const check_run_params = {
diff --git a/README.md b/README.md
index dbc0f2ba87e..f7bc1994fc8 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ and Structured Streaming for stream processing.
<https://spark.apache.org/>
-[](https://github.com/apache/spark/actions/workflows/build_and_test.yml?query=branch%3Amaster+event%3Apush)
+[](https://github.com/apache/spark/actions/workflows/build_main.yml)
[](https://ci.appveyor.com/project/ApacheSoftwareFoundation/spark)
[](https://codecov.io/gh/apache/spark)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]