From a0c7da306555d946273957477018fe178130ccf9 Mon Sep 17 00:00:00 2001 From: dessant Date: Tue, 14 Sep 2021 16:34:12 +0300 Subject: [PATCH] feat: allow manual triggering --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 213ea9e..cb96853 100644 --- a/README.md +++ b/README.md @@ -101,11 +101,15 @@ name: 'Lock Threads' on: schedule: - cron: '0 * * * *' + workflow_dispatch: permissions: issues: write pull-requests: write +concurrency: + group: lock + jobs: action: runs-on: ubuntu-latest @@ -136,11 +140,15 @@ name: 'Lock Threads' on: schedule: - cron: '0 0 * * *' + workflow_dispatch: permissions: issues: write pull-requests: write +concurrency: + group: lock + jobs: action: runs-on: ubuntu-latest