diff options
Diffstat (limited to '.github')
| -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: |
