Skip to content

Commit 6e122f6

Browse files
remove check
1 parent 83c7224 commit 6e122f6

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ jobs:
6868
integration:
6969
runs-on: ubuntu-latest
7070
environment: integration
71-
if: secrets.TEST_PRIVATE_KEY != ''
7271
steps:
7372
- uses: actions/checkout@v4
7473

CONTRIBUTING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,6 @@ If you want integration tests to run in CI on your fork:
193193
> [!NOTE]
194194
> Integration tests in CI will only run with access to these environment secrets. This is a security feature - fork PRs cannot access these secrets unless explicitly granted by repository maintainers.
195195
196-
There is a simple check in the CI workflow that skips the integration test job if `TEST_PRIVATE_KEY` is not configured, preventing unnecessary job runs on unconfigured forks.
197-
198196
#### Security Considerations
199197

200198
The integration test setup is designed to be secure:

0 commit comments

Comments
 (0)