ci: modifications to staly.yml

We closed the retro active issues, now can reduce the weight on the runs now
This commit is contained in:
Constrat
2024-07-30 15:52:02 +02:00
parent c551d393cb
commit 7d502f9e42

View File

@@ -6,7 +6,7 @@ env: # config
on:
schedule:
- cron: "0 */6 * * *" # Runs daily at midnight, temporarily runs every 6 hours for heavy workload
- cron: "0 0 * * *" # Runs daily at UTC 00:00
workflow_dispatch: # Allows manual triggering
jobs:
@@ -34,6 +34,5 @@ jobs:
days-before-pr-close: -1 # Completely disable closing for PRs
# Temporary to reduce the huge issues number
ascending: true
operations-per-run: 800
operations-per-run: 500
debug-only: false