From 2f8d12c973b6ca8e78ff2a1a83b746ff07965fa4 Mon Sep 17 00:00:00 2001 From: Joyce Quach Date: Wed, 30 Oct 2024 13:56:38 -0400 Subject: [PATCH] Check that workflow runs Signed-off-by: Joyce Quach --- .github/workflows/convert-cci-list.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/convert-cci-list.yml b/.github/workflows/convert-cci-list.yml index 32190e86a2..aed0a04bf5 100644 --- a/.github/workflows/convert-cci-list.yml +++ b/.github/workflows/convert-cci-list.yml @@ -6,8 +6,8 @@ on: branches: ['add-convert-cci-list-workflow'] # Run this workflow at 00:00 every month - schedule: - - cron: '0 0 1 * *' + # schedule: + # - cron: '0 0 1 * *' env: # This URL is super brittle with how links constantly get changed.