Skip to content

Commit

Permalink
feat: allow manual triggering
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Sep 14, 2021
1 parent f1a42f0 commit a0c7da3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a0c7da3

Please sign in to comment.