Prevent stale bot from running more than one at a time

This commit is contained in:
Octavia Togami 2024-10-24 15:27:10 -07:00 committed by GitHub
parent b9420c5302
commit 4a1bf6128a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,9 @@ on:
schedule:
- cron: '42 1 * * *'
concurrency:
group: stale
jobs:
stale:
runs-on: ubuntu-latest