diff options
| author | Joel Challis | 2025-12-25 01:24:50 +0100 |
|---|---|---|
| committer | GitHub | 2025-12-25 01:24:50 +0100 |
| commit | acbeec29dab5331fe914f35a53d6b43325881e4d (patch) | |
| tree | e906a5f82b4179ad84c3a10d56a93ee1ef6d4c0e /.github/workflows/auto_approve.yml | |
| parent | 7e35cdda8a01086ab146e8c6c10ec78115ac4b25 (diff) | |
Reduce frequency of automatic workflow run approval (#25896)
Diffstat (limited to '.github/workflows/auto_approve.yml')
| -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: {} on: schedule: - - cron: "*/5 * * * *" + - cron: "*/30 * * * *" jobs: automatic_approve: |