From fe5d43b4bd85634fa7da1644bc55b5ced1dd9627 Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Fri, 27 Jun 2025 16:51:53 +0100 Subject: [PATCH] workflows: Skip weekly coco stability tests These tests are not passing, or being maintained, so as discussed on the AC meeting, we will skip them from automatically running until they can be reviewed and re-worked, so avoid wasting CI cycles. Signed-off-by: stevenhorsman --- .github/workflows/ci-coco-stability.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-coco-stability.yaml b/.github/workflows/ci-coco-stability.yaml index eb5f5f3e6f..f6936c1603 100644 --- a/.github/workflows/ci-coco-stability.yaml +++ b/.github/workflows/ci-coco-stability.yaml @@ -1,7 +1,8 @@ name: Kata Containers CoCo Stability Tests Weekly on: - schedule: - - cron: '0 0 * * 0' + # Note: This workload is not currently maintained, so skipping it's scheduled runs + # schedule: + # - cron: '0 0 * * 0' workflow_dispatch: concurrency: