We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade76ab commit 4c5f541Copy full SHA for 4c5f541
.github/workflows/opencode-gpt-5-codex.yml
@@ -12,7 +12,7 @@ on:
12
13
jobs:
14
opencode:
15
- timeout-minutes: 30 # to accomodate Codex's ability to run for extended periods
+ timeout-minutes: 30 # to accommodate Codex's ability to run for extended periods
16
concurrency:
17
group: opencode-${{ github.event_name }}-${{ github.event.issue.number || github.event.pull_request.number || github.run_id }}
18
cancel-in-progress: true
0 commit comments