Browse Source
Merge pull request #314 from oleorhagen/manual-bot-run
Enable manually triggering a bot-run
2.4.x
oleorhagen
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
.github/workflows/automatically-update-test-links.yml
|
@ -2,6 +2,8 @@ name: automatically-update-test-links |
|
|
on: |
|
|
on: |
|
|
schedule: |
|
|
schedule: |
|
|
- cron: "0 03 * * 1" |
|
|
- cron: "0 03 * * 1" |
|
|
|
|
|
workflow_dispatch: |
|
|
|
|
|
|
|
|
jobs: |
|
|
jobs: |
|
|
createPullRequest: |
|
|
createPullRequest: |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|