From e1bbe76595d935fa00a0a49766b66e2da5ec1dc3 Mon Sep 17 00:00:00 2001 From: Elizabeth Mattijsen Date: Tue, 30 Jul 2024 11:28:13 +0200 Subject: [PATCH] Give up on reporting flaky Windows CI status --- README.md | 2 +- dist.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 174a73a..6d21a29 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Actions Status](https://github.com/lizmat/App-Rak/actions/workflows/linux.yml/badge.svg)](https://github.com/lizmat/App-Rak/actions) [![Actions Status](https://github.com/lizmat/App-Rak/actions/workflows/macos.yml/badge.svg)](https://github.com/lizmat/App-Rak/actions) [![Actions Status](https://github.com/lizmat/App-Rak/actions/workflows/windows.yml/badge.svg)](https://github.com/lizmat/App-Rak/actions) +[![Actions Status](https://github.com/lizmat/App-Rak/actions/workflows/linux.yml/badge.svg)](https://github.com/lizmat/App-Rak/actions) [![Actions Status](https://github.com/lizmat/App-Rak/actions/workflows/macos.yml/badge.svg)](https://github.com/lizmat/App-Rak/actions) NAME ==== diff --git a/dist.ini b/dist.ini index ca51984..615d739 100644 --- a/dist.ini +++ b/dist.ini @@ -12,4 +12,4 @@ filename = doc/App-Rak.rakudoc [Badges] provider = github-actions/linux.yml provider = github-actions/macos.yml -provider = github-actions/windows.yml +#provider = github-actions/windows.yml