Skip to content

Commit 4c5f541

Browse files
committed
fix: correct typo
1 parent ade76ab commit 4c5f541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/opencode-gpt-5-codex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
opencode:
15-
timeout-minutes: 30 # to accomodate Codex's ability to run for extended periods
15+
timeout-minutes: 30 # to accommodate Codex's ability to run for extended periods
1616
concurrency:
1717
group: opencode-${{ github.event_name }}-${{ github.event.issue.number || github.event.pull_request.number || github.run_id }}
1818
cancel-in-progress: true

0 commit comments

Comments
 (0)