Skip to content

Commit a0c7da3

Browse files
committed
feat: allow manual triggering
1 parent f1a42f0 commit a0c7da3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,15 @@ name: 'Lock Threads'
101101
on:
102102
schedule:
103103
- cron: '0 * * * *'
104+
workflow_dispatch:
104105

105106
permissions:
106107
issues: write
107108
pull-requests: write
108109

110+
concurrency:
111+
group: lock
112+
109113
jobs:
110114
action:
111115
runs-on: ubuntu-latest
@@ -136,11 +140,15 @@ name: 'Lock Threads'
136140
on:
137141
schedule:
138142
- cron: '0 0 * * *'
143+
workflow_dispatch:
139144

140145
permissions:
141146
issues: write
142147
pull-requests: write
143148

149+
concurrency:
150+
group: lock
151+
144152
jobs:
145153
action:
146154
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)