Skip to content

Commit b74a252

Browse files
add additional if check
1 parent bd70ea5 commit b74a252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313

1414
jobs:
1515
version:
16-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
16+
if: ${{ github.event.workflow_run.conclusion == 'success' && github.repository_owner == 'openai' }}
1717
timeout-minutes: 15
1818
runs-on: ubuntu-latest
1919
permissions:

0 commit comments

Comments
 (0)