From 345f574fbbe3ce5c9e167074b989c3ac0eb3f5ce Mon Sep 17 00:00:00 2001 From: Jerome Kelleher Date: Tue, 3 Sep 2024 09:15:01 +0100 Subject: [PATCH] Disable validation workflow I've seen the notification that his has failed hundreds of times now, and I don't see anyone interested in fixing it. Let's disable it. --- .github/workflows/validation.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index ed44811de..6db3b1129 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -3,7 +3,9 @@ name: Validation on: schedule: # Run at the end of every day - - cron: "0 0 * * *" + # Disabled on 2024-09-02 as this has been broken for over a year, and no-one is interested + # in fixing it. https://github.com/sgkit-dev/sgkit/issues/1112 + # - cron: "0 0 * * *" # manual trigger workflow_dispatch: