Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/smoke-claude.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/smoke-claude.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Smoke test workflow that validates Claude engine functionality by reviewing recent PRs twice daily
description: Smoke test workflow that validates Claude engine functionality by reviewing recent PRs daily on weekdays
on:
schedule: every 12h
schedule: daily on weekdays
workflow_dispatch:
pull_request:
types: [labeled]
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/smoke-codex.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/smoke-codex.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Smoke test workflow that validates Codex engine functionality by reviewing recent PRs twice daily
description: Smoke test workflow that validates Codex engine functionality by reviewing recent PRs daily on weekdays
on:
schedule: every 12h
schedule: daily on weekdays
workflow_dispatch:
pull_request:
types: [labeled]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/smoke-copilot.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/smoke-copilot.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Smoke Copilot
on:
schedule: every 12h
schedule: daily on weekdays
workflow_dispatch:
pull_request:
types: [labeled]
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/smoke-opencode.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/smoke-opencode.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Smoke test workflow that validates OpenCode custom engine functionality daily
description: Smoke test workflow that validates OpenCode custom engine functionality daily on weekdays
on:
schedule: daily
schedule: daily on weekdays
workflow_dispatch:
pull_request:
types: [labeled]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/smoke-test-tools.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/smoke-test-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: Smoke test to validate common development tools are available in the agent container
on:
workflow_dispatch:
schedule: every 12h
schedule: daily on weekdays
pull_request:
types: [labeled]
names: ["smoke"]
Expand Down