diff options
| author | syeopite <70992037+syeopite@users.noreply.github.com> | 2021-06-08 12:13:58 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-08 12:13:58 -0700 |
| commit | 7f272f12936382542372534fbafbae15b1b6b012 (patch) | |
| tree | 00bba3d3c654a251a011c7498ff300d0e716f697 /.github | |
| parent | e67f50f157d8e129d6287e9f94495cc50e94afac (diff) | |
| download | invidious-7f272f12936382542372534fbafbae15b1b6b012.tar.gz invidious-7f272f12936382542372534fbafbae15b1b6b012.tar.bz2 invidious-7f272f12936382542372534fbafbae15b1b6b012.zip | |
Allow issue/pull locker to be manually dispatched
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/lock.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index 3d2a0de7..a0a181c5 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -1,6 +1,8 @@ -name: 'Lock Threads' +# Documentation: https://github.com/marketplace/actions/lock-threads +name: 'Lock Threads' on: + workflow_dispatch: schedule: - cron: "0 */12 * * *" |
