This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch branch-1.5.2
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/branch-1.5.2 by this push:
new c2ac42e53 Temporarily remove the check again R `release`
c2ac42e53 is described below
commit c2ac42e535df6e3375479f8ca77b58236e77f704
Author: Jia Yu <[email protected]>
AuthorDate: Sun Apr 28 19:23:38 2024 -0700
Temporarily remove the check again R `release`
---
.github/workflows/r.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/r.yml b/.github/workflows/r.yml
index 199e03077..7d094b37d 100644
--- a/.github/workflows/r.yml
+++ b/.github/workflows/r.yml
@@ -34,7 +34,7 @@ jobs:
spark: [3.0.3, 3.1.2, 3.2.1, 3.3.0, 3.4.0, 3.5.0]
hadoop: [3]
scala: [2.12.15]
- r: [oldrel, release]
+ r: [oldrel]
env:
SPARK_VERSION: ${{ matrix.spark }}