mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-27 08:34:11 +00:00
I think this should fix the CI issues with Eval jobs: 1. Duplicated workflows because `synchronize` / `opened` were triggering distinct runs. This caused failed job entries because the duplicated workflows had a shared concurrency group and so one would pre-empt the other. 3. Removes the no-op job, introduced as an attempted workaround in https://github.com/zed-industries/zed/pull/29420. These should correctly show as "Skipped" now: | Before | After | | - | - | | <img width="359" alt="Screenshot 2025-06-26 at 9 57 04" src="https://github.com/user-attachments/assets/6ddd4f46-27c7-4d82-98ba-0f1166fc55e7" /> | <img width="355" alt="Screenshot 2025-06-26 at 10 09 54" src="https://github.com/user-attachments/assets/5faade2c-f17c-447a-9af9-6396f9e53016" /> | Release Notes: - N/A |
||
|---|---|---|
| .. | ||
| bump_collab_staging.yml | ||
| bump_patch_version.yml | ||
| ci.yml | ||
| community_close_stale_issues.yml | ||
| community_release_actions.yml | ||
| community_update_all_top_ranking_issues.yml | ||
| community_update_weekly_top_ranking_issues.yml | ||
| danger.yml | ||
| deploy_cloudflare.yml | ||
| deploy_collab.yml | ||
| eval.yml | ||
| issue_response.yml | ||
| nix.yml | ||
| publish_extension_cli.yml | ||
| randomized_tests.yml | ||
| release_nightly.yml | ||
| script_checks.yml | ||
| unit_evals.yml | ||