diff options
| author | Joel Challis <git@zvecr.com> | 2025-12-25 00:24:50 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-25 00:24:50 +0000 |
| commit | acbeec29dab5331fe914f35a53d6b43325881e4d (patch) | |
| tree | e906a5f82b4179ad84c3a10d56a93ee1ef6d4c0e | |
| parent | 7e35cdda8a01086ab146e8c6c10ec78115ac4b25 (diff) | |
Reduce frequency of automatic workflow run approval (#25896)
| -rw-r--r-- | .github/workflows/auto_approve.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/auto_approve.yml b/.github/workflows/auto_approve.yml index d526db397c..a68d7c63ed 100644 --- a/.github/workflows/auto_approve.yml +++ b/.github/workflows/auto_approve.yml | |||
| @@ -4,7 +4,7 @@ permissions: {} | |||
| 4 | 4 | ||
| 5 | on: | 5 | on: |
| 6 | schedule: | 6 | schedule: |
| 7 | - cron: "*/5 * * * *" | 7 | - cron: "*/30 * * * *" |
| 8 | 8 | ||
| 9 | jobs: | 9 | jobs: |
| 10 | automatic_approve: | 10 | automatic_approve: |
