Harden GitHub Actions workflows#229
Merged
Merged
Conversation
cyfyifanchen
approved these changes
May 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Learn morelinks and only warn for unlinked banner gapsbenchmarks/EvoAgentBench/websiteis absentEverCore Smoke, a lightweight PR/push workflow formethods/EverCore/**changesEverCore Smoke coverage
The new workflow intentionally stays lightweight and avoids Docker, Milvus, Elasticsearch, Redis, and LLM dependencies. It currently checks:
git diff --checktests/test_content_item_compat.py)contentpayload passes and the legacytext: {content}payload fails atmessages.0.contentWhy the website deploy target is missing
benchmarks/EvoAgentBench/websiteexisted in earlier history, but it disappeared from the current mainline through merge6c374f5. The deploy workflow was left behind and still pointed at that stale package path. This PR keeps the workflow safe by checking forpackage.jsonbefore build/deploy; if the website package is restored later, the Node 24 path is ready.Verification
ruby -e 'require "yaml"; Dir[".github/workflows/*.yml"].sort.each { |p| YAML.load_file(p); puts "YAML ok: #{p}" }'\n- local run of the Docs relative Markdown link check\n- local run of the Docs use-case banner/primary-link check\n-PYTHONPATH=src:. uv run pytest tests/test_content_item_compat.py -q\n- local run of the EverCore demo payload regression\n-PYTHONPATH=src:. uv run python -m compileall -q src/api_specs demo/extract_memory.py\n-git diff --check\n- GitHub checks:Docs / linksSUCCESS,EverCore Smoke / smokeSUCCESS