From de122731f3662657ba312bd9807af5b183111273 Mon Sep 17 00:00:00 2001 From: Thomas Boop <52323235+thboop@users.noreply.github.com> Date: Fri, 2 Apr 2021 12:08:46 -0400 Subject: [PATCH] Run update octokit on workflow_dispatch --- .github/workflows/update-github.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/update-github.yaml b/.github/workflows/update-github.yaml index f41e254e..fbceeec1 100644 --- a/.github/workflows/update-github.yaml +++ b/.github/workflows/update-github.yaml @@ -1,8 +1,7 @@ name: "UpdateOctokit" on: - schedule: - - cron: '0 18 * * 0' # sunday at 18 UTC + workflow_dispatch: jobs: UpdateOctokit: