We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2825cb7 commit 719a5fbCopy full SHA for 719a5fb
.github/workflows/ci.yml
@@ -100,7 +100,7 @@ jobs:
100
smoke:
101
name: smoke
102
# Only run smoke tests on pushes to main repo (not forks) so that secrets can be accessed
103
- if: github.repository == 'stainless-sdks/gradient-python' && github.event_name == 'push'
+ if: github.repository == 'stainless-sdks/gradient-python' && (github.event_name == 'push' || github.event_name == 'pull_request')
104
runs-on: ${{ github.repository == 'stainless-sdks/gradient-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
105
timeout-minutes: 10
106
steps:
0 commit comments