Reduce frequency of automatic workflow run approval (#25896)

This commit is contained in:
Joel Challis
2025-12-25 00:24:50 +00:00
committed by GitHub
parent 7e35cdda8a
commit acbeec29da

View File

@@ -4,7 +4,7 @@ permissions: {}
on: on:
schedule: schedule:
- cron: "*/5 * * * *" - cron: "*/30 * * * *"
jobs: jobs:
automatic_approve: automatic_approve: