We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bb3d00 commit 5cfd0b1Copy full SHA for 5cfd0b1
1 file changed
.github/workflows/integration-tests.yml
@@ -46,12 +46,10 @@ jobs:
46
PY
47
48
# 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.
+ # conftest if HOTDATA_SDK_TEST_API_KEY / HOTDATA_SDK_TEST_WORKSPACE_ID aren't
+ # set (e.g. PRs from forks where secrets aren't injected).
52
integration:
53
runs-on: ubuntu-latest
54
- if: github.event_name != 'pull_request'
55
steps:
56
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
57
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
0 commit comments