This is an automated email from the ASF dual-hosted git repository.
dongjoon 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 e369499 [MINOR][DOCS] More correct results for GitHub Actions build
link at README.md
e369499 is described below
commit e369499d14f6f59eace59e3b8b919c3b434167bb
Author: Hyukjin Kwon <[email protected]>
AuthorDate: Sat Aug 14 22:05:16 2021 -0700
[MINOR][DOCS] More correct results for GitHub Actions build link at
README.md
### What changes were proposed in this pull request?
This PR proposes to use more correct link for GitHub Actions build to only
show the full builds at the commits in the master branch.
Current link includes scheduled builds
(https://github.com/apache/spark/actions/workflows/build_and_test.yml?query=branch%3Amaster+event%3Aschedule).
### Why are the changes needed?
To show the full builds at the commits in the master branch only.
### Does this PR introduce _any_ user-facing change?
No, dev only.
Before:

After:

### How was this patch tested?
Manually checked by clicking these links.
Closes #33745 from HyukjinKwon/minor-link-readme.
Authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index b76605e..4232090 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)
+[](https://github.com/apache/spark/actions/workflows/build_and_test.yml?query=branch%3Amaster+event%3Apush)
[](https://amplab.cs.berkeley.edu/jenkins/job/spark-master-test-sbt-hadoop-3.2)
[](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]