From db8c1ee2c44abb05e2f9bdab321403de0755308d Mon Sep 17 00:00:00 2001 From: Philip Lapczynski <89217603+hexsecs@users.noreply.github.com> Date: Tue, 9 Apr 2024 10:02:32 -0400 Subject: [PATCH] Update fetchContributors.yml Changed to on demand. The action isn't working properly. --- .github/workflows/fetchContributors.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fetchContributors.yml b/.github/workflows/fetchContributors.yml index f45f56cd..63952407 100644 --- a/.github/workflows/fetchContributors.yml +++ b/.github/workflows/fetchContributors.yml @@ -1,8 +1,11 @@ name: Fetch Contributors on: - schedule: - - cron: "0 0 * * *" # Run every day at midnight + workflow_dispatch: +# schedule: +# - cron: "0 0 * * *" # Run every day at midnight + + jobs: fetch-contributors: