Skip to content

Commit 25791dd

Browse files
committed
ci: allow running job manually
1 parent 49922c9 commit 25791dd

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/update-copilot-nodejs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- cron: "0 0 * * *"
66
push:
77
branches: [master]
8+
workflow_dispatch:
89

910
jobs:
1011
update_copilot_lsp:

.github/workflows/vimdocgen.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ on:
66
- README.md
77
- .github/workflows/vimdocgen.yml
88
workflow_dispatch:
9+
910
permissions:
1011
contents: write
12+
1113
jobs:
1214
docs:
1315
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)