Merge pull request #24 from manno/add-ci-badge-to-readme

Add CI badge to README
This commit is contained in:
Mario Manno
2022-06-23 11:31:01 +02:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ name: CI
on: on:
schedule: schedule:
- cron: '0 5 30 * *' - cron: '0 5 * * *'
pull_request: pull_request:
paths-ignore: paths-ignore:
- '*.md' - '*.md'

View File

@@ -3,6 +3,8 @@
This repository contains examples of how to use Fleet using different approaches. This repository contains examples of how to use Fleet using different approaches.
The repo is broken up into two different sections: Single cluster and Multi Cluster. The repo is broken up into two different sections: Single cluster and Multi Cluster.
[![CI](https://github.com/rancher/fleet-examples/actions/workflows/ci.yml/badge.svg)](https://github.com/rancher/fleet-examples/actions/workflows/ci.yml)
## Single Cluster Examples ## Single Cluster Examples
All examples will deploy content to clusters with no per-cluster customizations. This is a good starting point to All examples will deploy content to clusters with no per-cluster customizations. This is a good starting point to