Skip to content

Commit

Permalink
ci: rename action and reduce interval
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
tulir committed Sep 24, 2024
1 parent 33d3cbf commit 84e513a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Lock old issues'

on:
schedule:
- cron: '0 * * * *'
- cron: '0 0 * * *'
workflow_dispatch:

permissions:
Expand All @@ -14,7 +14,7 @@ concurrency:
group: lock-threads

jobs:
action:
lock-stale:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v5
Expand Down

0 comments on commit 84e513a

Please sign in to comment.