Skip to content

Commit 60e75c7

Browse files
Merge pull request #20 from andre-marcos-perez/develop
Develop
2 parents b18a736 + a2535e4 commit 60e75c7

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/ci.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
name: Build
1+
name: build
22

33
on:
44

55
schedule:
6-
- cron: '0 0/6 * * *'
6+
- cron: '0 0/12 * * *'
7+
8+
push:
9+
branches: [ master ]
710

811
jobs:
912

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This project gives you an out-of-the-box **Apache Spark** cluster in standalone
55

66
<p align="center"><img src="docs/image/cluster-architecture.png"></p>
77

8-
![Build](https://github.com/andre-marcos-perez/spark-standalone-cluster-on-docker/workflows/Build/badge.svg?branch=master)
8+
![build](https://github.com/andre-marcos-perez/spark-standalone-cluster-on-docker/workflows/build/badge.svg?branch=master)
99
![jupyterlab-latest-version](https://img.shields.io/docker/v/andreper/jupyterlab/2.1.4-spark-3.0.0?color=brightgreen&label=jupyterlab-latest)
1010
![spark-latest-version](https://img.shields.io/docker/v/andreper/spark-master/3.0.0-hadoop-2.7?color=yellow&label=spark-latest)
1111
![docker-version](https://img.shields.io/badge/docker-v1.13.0%2B-blue)

0 commit comments

Comments
 (0)