mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2025-01-30 12:51:17 +08:00
Prevent stale bot from running more than one at a time
This commit is contained in:
parent
b9420c5302
commit
4a1bf6128a
3
.github/workflows/stale.yml
vendored
3
.github/workflows/stale.yml
vendored
@ -6,6 +6,9 @@ on:
|
||||
schedule:
|
||||
- cron: '42 1 * * *'
|
||||
|
||||
concurrency:
|
||||
group: stale
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user