Skip to content

Commit 5cfd0b1

Browse files
committed
ci: run integration tests on pull requests too
1 parent 5bb3d00 commit 5cfd0b1

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,10 @@ jobs:
4646
PY
4747
4848
# Integration tests run against production. Skipped automatically by the
49-
# conftest if HOTDATA_TEST_API_KEY / HOTDATA_TEST_WORKSPACE_ID aren't set
50-
# (e.g. PRs from forks where secrets aren't injected). Don't run on PRs by
51-
# default — they're slower and hit real infra.
49+
# conftest if HOTDATA_SDK_TEST_API_KEY / HOTDATA_SDK_TEST_WORKSPACE_ID aren't
50+
# set (e.g. PRs from forks where secrets aren't injected).
5251
integration:
5352
runs-on: ubuntu-latest
54-
if: github.event_name != 'pull_request'
5553
steps:
5654
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
5755
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6

0 commit comments

Comments
 (0)