From 7ea695422b774af85c8a7fb85af7caa001829b95 Mon Sep 17 00:00:00 2001 From: Jan Maack Kjerbye <50995332+janhalen@users.noreply.github.com> Date: Wed, 19 Jun 2024 12:49:03 +0200 Subject: [PATCH] Update gh_actions_updater.yml Added ability to lauch update check on demand --- .github/workflows/gh_actions_updater.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/gh_actions_updater.yml b/.github/workflows/gh_actions_updater.yml index 09eb593..34fe6ab 100644 --- a/.github/workflows/gh_actions_updater.yml +++ b/.github/workflows/gh_actions_updater.yml @@ -4,6 +4,8 @@ on: schedule: # Automatically run on every Sunday - cron: '0 0 * * 0' + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: jobs: build: