Skip to content

Commit 719a5fb

Browse files
authored
chore: run smoke tests on prs (#121)
1 parent 2825cb7 commit 719a5fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
smoke:
101101
name: smoke
102102
# 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'
103+
if: github.repository == 'stainless-sdks/gradient-python' && (github.event_name == 'push' || github.event_name == 'pull_request')
104104
runs-on: ${{ github.repository == 'stainless-sdks/gradient-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
105105
timeout-minutes: 10
106106
steps:

0 commit comments

Comments
 (0)