From 41ac0bcbd0c2705ac31631b58b300494acd4bcd1 Mon Sep 17 00:00:00 2001 From: Philip Lapczynski <89217603+hexsecs@users.noreply.github.com> Date: Thu, 11 Apr 2024 15:45:28 -0400 Subject: [PATCH] Update fetchContributors.yml (#198) 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: