Skip to content

Commit 91c53cc

Browse files
authored
Add on.cooldown workflow gating (#56998)
1 parent 5aaca5f commit 91c53cc

20 files changed

Lines changed: 749 additions & 18 deletions

.github/workflows/aw-failure-investigator.lock.yml

Lines changed: 60 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/aw-failure-investigator.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ emoji: "🔍"
33
description: Investigates [aw] failures from the last 6 hours, correlates with open agentic-workflows issues, closes fixed issues, and opens focused fix sub-issues when needed
44
on:
55
schedule:
6-
- cron: "every 6h"
6+
- cron: "every 30m"
7+
cooldown: 6h
78
workflow_dispatch:
89
max-daily-ai-credits: 10000
910
permissions:

.github/workflows/ci-doctor.lock.yml

Lines changed: 18 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/ci-doctor.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
name: ci-doctor
77
events: [pull_request]
88
strategy: decentralized
9+
cooldown: 1h
910

1011
max-daily-ai-credits: 10000
1112
permissions:

0 commit comments

Comments
 (0)