Skip to content

Commit 7bb00c6

Browse files
stainless-botrattrayalex
authored andcommitted
ci: restrict release-doctor repo (#72)
1 parent a5a05af commit 7bb00c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-doctor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
release_doctor:
88
name: release doctor
99
runs-on: ubuntu-latest
10-
if: github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next'
10+
if: github.repository == 'Finch-API/finch-api-python' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')
1111

1212
steps:
1313
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)