mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Allow issue/pull locker to be manually dispatched
This commit is contained in:
parent
e67f50f157
commit
7f272f1293
1 changed files with 3 additions and 1 deletions
4
.github/workflows/lock.yml
vendored
4
.github/workflows/lock.yml
vendored
|
@ -1,6 +1,8 @@
|
||||||
name: 'Lock Threads'
|
# Documentation: https://github.com/marketplace/actions/lock-threads
|
||||||
|
|
||||||
|
name: 'Lock Threads'
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 */12 * * *"
|
- cron: "0 */12 * * *"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue