Skip to content

Commit

Permalink
Merge pull request #81 from marcransome/workflow-dispatch
Browse files Browse the repository at this point in the history
Add workflow_dispatch triggers
  • Loading branch information
marcransome authored Feb 18, 2023
2 parents 6a9fa1f + 0e3d929 commit c4eeb0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- main
schedule:
- cron: '00 18 * * 1'
workflow_dispatch:
jobs:
analyze:
name: Analyze
Expand Down
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:
check:
name: Check
Expand Down

0 comments on commit c4eeb0b

Please sign in to comment.