From 0122f78a101348e1722aa5de84904bbd158da765 Mon Sep 17 00:00:00 2001 From: Ole Petter Date: Wed, 3 Mar 2021 10:04:41 +0100 Subject: [PATCH] Enable manually triggering a bot-run Changelog: None Signed-off-by: Ole Petter --- .github/workflows/automatically-update-test-links.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/automatically-update-test-links.yml b/.github/workflows/automatically-update-test-links.yml index 48715af..5604b88 100644 --- a/.github/workflows/automatically-update-test-links.yml +++ b/.github/workflows/automatically-update-test-links.yml @@ -2,6 +2,8 @@ name: automatically-update-test-links on: schedule: - cron: "0 03 * * 1" + workflow_dispatch: + jobs: createPullRequest: runs-on: ubuntu-latest