Skip to content

Commit 4219848

Browse files
ci: add condition on codex trigger to avoid error
1 parent ec3a2d5 commit 4219848

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codex.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
jobs:
1111
codex:
12+
if: github.event_name == 'workflow_dispatch' || github.event.label.name == 'codex-review' || github.event.label.name == 'codex-attempt' || github.event.label.name == 'codex-triage'
1213
runs-on: ubuntu-latest
1314
permissions:
1415
contents: write

0 commit comments

Comments
 (0)