mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-27 08:34:11 +00:00
To help make our GitHub Actions easier to understand, we're planning to split the existing `ci.yml` into three separate workflows: * run_bundling.yml (this PR) * run_tests.yml * make_release.yml To avoid the duplication that this might otherwise cause, we're planning to write the workflows with gh-workflow, and use rust instead of encoding logic in YAML conditions. Release Notes: - N/A --------- Co-authored-by: Ben Kunkle <ben@zed.dev> |
||
|---|---|---|
| .. | ||
| bump_collab_staging.yml | ||
| bump_patch_version.yml | ||
| ci.yml | ||
| community_champion_auto_labeler.yml | ||
| community_close_stale_issues.yml | ||
| community_release_actions.yml | ||
| community_update_all_top_ranking_issues.yml | ||
| community_update_weekly_top_ranking_issues.yml | ||
| congrats.yml | ||
| danger.yml | ||
| deploy_cloudflare.yml | ||
| deploy_collab.yml | ||
| eval.yml | ||
| good_first_issue_notifier.yml | ||
| nix_build.yml | ||
| publish_extension_cli.yml | ||
| randomized_tests.yml | ||
| release_nightly.yml | ||
| run_bundling.yml | ||
| script_checks.yml | ||
| unit_evals.yml | ||