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: