From 1627655f796146d594f662979e2a13ada4d8220a Mon Sep 17 00:00:00 2001 From: Mario Manno Date: Fri, 10 Jun 2022 15:13:31 +0200 Subject: [PATCH 1/2] Add CI badge to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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 From 8823455acea02a8065a754a93a515f1f39057e1d Mon Sep 17 00:00:00 2001 From: Mario Manno Date: Thu, 23 Jun 2022 11:11:19 +0200 Subject: [PATCH 2/2] Fix typo in ci's cron --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'