Skip to content

Commit bbd86af

Browse files
authored
[SPARK-52941] Make GitHub Actions work for spark-connect-rust (#2)
# Description This PR proposes to let GA work, and includes fix for a typo in `README.md` ## Related Issue(s) [SPARK-52941](https://issues.apache.org/jira/browse/SPARK-52941)
1 parent 257df1c commit bbd86af

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
ensed to the Apache Software Foundation (ASF) under one
1+
#
2+
# Licensed to the Apache Software Foundation (ASF) under one
23
# or more contributor license agreements. See the NOTICE file
34
# distributed with this work for additional information
45
# regarding copyright ownership. The ASF licenses this file
@@ -14,14 +15,16 @@ ensed to the Apache Software Foundation (ASF) under one
1415
# KIND, either express or implied. See the License for the
1516
# specific language governing permissions and limitations
1617
# under the License.
18+
#
1719

18-
name: build
20+
name: Build and test
1921

2022
on:
23+
workflow_dispatch:
2124
push:
22-
branches: [main, "v*"]
25+
branches: [master, "v*"]
2326
pull_request:
24-
branches: [main, "v*"]
27+
branches: [master, "v*"]
2528

2629
jobs:
2730
format:

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -968,4 +968,3 @@ Only a few of the functions are covered by unit tests. Functions involving closu
968968
[open]: https://cdn.jsdelivr.net/gh/Readme-Workflows/Readme-Icons@main/icons/octicons/IssueNeutral.svg
969969
[done]: https://cdn.jsdelivr.net/gh/Readme-Workflows/Readme-Icons@main/icons/octicons/ApprovedChanges.svg
970970
[partial]: https://cdn.jsdelivr.net/gh/Readme-Workflows/Readme-Icons@main/icons/octicons/IssueDrafted.svg
971-
>>>>>>> source/main

0 commit comments

Comments
 (0)