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