Skip to content

Commit 4e34f3c

Browse files
chore(internal): only run examples workflow in main repo (#2282)
1 parent 3c02634 commit 4e34f3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .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)