From 88acce50788654179c9deeb8f1db14fa8b9ea4fd Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Mon, 25 May 2026 18:52:46 +0300 Subject: [PATCH] features --- README.md | 5 ++++- static/assets/version | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df7ad50..f3c0f00 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,10 @@ Required dependencies: ### Features -- Track performance in CI +- Track performance in CI (e.g. compare certain binary performance across different commits) +- Run only certain actions for commits (e.g. you're a fixing a bug that involves only a certain OS, and you don't want to wait for other CI) +- Prioritize CI runs (e.g. this PR must be handled first, then the rest) + - "Top files" mode - Release files can only be generated by CI/CD, with the version of the tree used always available. This prevents malware binaries. diff --git a/static/assets/version b/static/assets/version index 974adde..654930d 100644 --- a/static/assets/version +++ b/static/assets/version @@ -1 +1 @@ -0f1fc08 \ No newline at end of file +39bb677 \ No newline at end of file -- 2.39.5