Skip to content

Commit 3490819

Browse files
chore(internal): only run examples workflow in main repo (#410)
1 parent ee9e7cf commit 3490819

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
examples:
5656
name: examples
5757
runs-on: ubuntu-latest
58+
if: github.repository == 'openai/openai-java'
5859

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

0 commit comments

Comments
 (0)