Merge pull request #24 from manno/add-ci-badge-to-readme
Add CI badge to README
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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'
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|
||||||
|
[](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
|
||||||
|
|||||||
Reference in New Issue
Block a user