Skip to content

Commit c3e0927

Browse files
chore(internal): only run examples workflow in main repo (#2282)
1 parent 19c619e commit c3e0927

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
examples:
5555
name: examples
5656
runs-on: ubuntu-latest
57+
if: github.repository == 'openai/openai-python'
5758

5859
steps:
5960
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)