Skip to content

Commit

Permalink
Add workflow_dispatch triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
marcransome committed Feb 19, 2023
1 parent 7f88747 commit dd75d82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/markdown-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- published
schedule:
- cron: "0 18 * * 1"
workflow_dispatch:
jobs:
markdown-links:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- published
schedule:
- cron: '30 19 * * *'
workflow_dispatch:
jobs:
tests:
strategy:
Expand Down

0 comments on commit dd75d82

Please sign in to comment.