From 3852edec5a7a85a7c87409415832348ec86091ca Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 17 Nov 2024 06:22:30 -0500 Subject: [PATCH] disable this workflow until someone wants to fix it --- .github/workflows/past-events.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/past-events.yml b/.github/workflows/past-events.yml index f57087f..64682c2 100644 --- a/.github/workflows/past-events.yml +++ b/.github/workflows/past-events.yml @@ -6,11 +6,12 @@ name: Update past-events page # Controls when the workflow will run on: + workflow_dispatch: # Run on a schedule - schedule: - # Run at 2:05am early Sunday morning Eastern time (6/7:05 UTC) - # https://crontab.guru/#5_7_*_*_0 - - cron: "5 7 * * 0" + #schedule: + # # Run at 2:05am early Sunday morning Eastern time (6/7:05 UTC) + # # https://crontab.guru/#5_7_*_*_0 + # - cron: "5 7 * * 0" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: