Skip to content

Commit d36e1f6

Browse files
authored
Add workflow_dispatch inputs to smoke codex workflow (#26756)
1 parent 0dd7217 commit d36e1f6

File tree

2 files changed

+26
-20
lines changed

2 files changed

+26
-20
lines changed

.github/workflows/smoke-codex.lock.yml

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

.github/workflows/smoke-codex.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
---
22
description: Smoke test workflow that validates Codex engine functionality by reviewing recent PRs twice daily
3-
on:
3+
on:
44
workflow_dispatch:
5+
inputs:
6+
aw_context:
7+
description: Agent caller context (used internally by Agentic Workflows).
8+
required: false
9+
type: string
10+
default: ""
511
pull_request:
612
types: [labeled]
713
names: ["smoke"]

0 commit comments

Comments
 (0)