From f5281153bf63288b44db92f8709d7238817b1c9f Mon Sep 17 00:00:00 2001 From: Zain Rizvi Date: Wed, 9 Jul 2025 18:33:49 -0500 Subject: [PATCH 1/2] Disable periodic workflows on a repo that's been sunset This repo is no longer maintained. No need to run jobs using expensive machines --- .github/workflows/periodic.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/periodic.yml b/.github/workflows/periodic.yml index 2e264e6cf..36e568f44 100644 --- a/.github/workflows/periodic.yml +++ b/.github/workflows/periodic.yml @@ -1,8 +1,8 @@ name: periodic on: - schedule: - - cron: '0 0 * * *' # Runs daily at midnight UTC + # schedule: + # - cron: '0 0 * * *' # Runs daily at midnight UTC push: tags: - ciflow/periodic/* From e01fa5c3b023c759e0d39086e4ca91c1255b9e16 Mon Sep 17 00:00:00 2001 From: Zain Rizvi Date: Wed, 9 Jul 2025 18:34:51 -0500 Subject: [PATCH 2/2] Disable run-readme-periodic.yml cron --- .github/workflows/run-readme-periodic.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-readme-periodic.yml b/.github/workflows/run-readme-periodic.yml index 2c49a975f..e0ac7ffd4 100644 --- a/.github/workflows/run-readme-periodic.yml +++ b/.github/workflows/run-readme-periodic.yml @@ -1,8 +1,8 @@ name: Run the README instructions periodically to ensure they work on: - schedule: - - cron: '0 0 * * *' # Runs daily at midnight UTC + #schedule: + # - cron: '0 0 * * *' # Runs daily at midnight UTC push: tags: - ciflow/periodic/*