Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

reproducible:
runs-on: ubuntu-latest
if: github.event.pull_request.draft != true
if: github.event_name == 'push'
steps:
- uses: actions/checkout@v6
- name: Build twice and compare
Expand Down
3 changes: 3 additions & 0 deletions keep-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ license = "AGPL-3.0-or-later"
[features]
default = []
testing = []
allow-ws = []
# WARNING: allow-internal disables SSRF internal-host checks. MUST NOT be enabled in production.
allow-internal = []

[dependencies]
argon2 = "0.5"
Expand Down
Loading