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 ec3a2d5 commit 4219848Copy full SHA for 4219848
.github/workflows/codex.yml
@@ -9,6 +9,7 @@ on:
9
10
jobs:
11
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'
13
runs-on: ubuntu-latest
14
permissions:
15
contents: write
0 commit comments