diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2a144d..3e561f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: schedule: - - cron: '0 5 30 * *' + - cron: '0 5 * * *' pull_request: paths-ignore: - '*.md' diff --git a/README.md b/README.md index 7e702ce..e862bb0 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ 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. +[![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 All examples will deploy content to clusters with no per-cluster customizations. This is a good starting point to