We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1a42f0 commit a0c7da3Copy full SHA for a0c7da3
README.md
@@ -101,11 +101,15 @@ name: 'Lock Threads'
101
on:
102
schedule:
103
- cron: '0 * * * *'
104
+ workflow_dispatch:
105
106
permissions:
107
issues: write
108
pull-requests: write
109
110
+concurrency:
111
+ group: lock
112
+
113
jobs:
114
action:
115
runs-on: ubuntu-latest
@@ -136,11 +140,15 @@ name: 'Lock Threads'
136
140
137
141
138
142
- cron: '0 0 * * *'
143
139
144
145
146
147
148
149
150
151
152
153
154
0 commit comments