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
1 change: 1 addition & 0 deletions .github/ci/unit-paths.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ src/tests/surfaces/test_forget_admission.py
src/tests/surfaces/test_graph_http_api.py
src/tests/surfaces/test_login.py
src/tests/surfaces/test_mcp_memory_tools.py
src/tests/surfaces/test_openapi_export.py
src/tests/surfaces/test_post_search.py
src/tests/surfaces/test_postgres_graph_sql.py
src/tests/surfaces/test_query_sandbox_graph_d98.py
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,13 @@ jobs:
name: postgres-image-evidence
path: release-evidence/

# Asset names here are not always the names published. GitHub prefixes a
# dotfile with "default", so `.env.example` below is downloadable as
# `default.env.example` and by no other name. A consumer pinning the
# source name gets a 404, which is exactly what happened: four fleet
# engine pins recorded `.env.example`, copied forward from the first,
# because they were written from this list rather than from a release.
# Check the published asset names, not this block, when pinning.
- name: Create the release with pinned deployment inputs
uses: softprops/action-gh-release@v2
with:
Expand All @@ -214,3 +221,4 @@ jobs:
release-evidence/postgres-image-digests.json
compose.yaml
.env.example
openapi.json
Loading
Loading