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
parent
commit
b0a6f00c9d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/automatically-update-test-links.yml

2
.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

Loading…
Cancel
Save