We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5a05af commit 7bb00c6Copy full SHA for 7bb00c6
1 file changed
.github/workflows/release-doctor.yml
@@ -7,7 +7,7 @@ jobs:
7
release_doctor:
8
name: release doctor
9
runs-on: ubuntu-latest
10
- if: github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next'
+ 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')
11
12
steps:
13
- uses: actions/checkout@v3
0 commit comments