Fix extension CI workflow disclaimer (#43926)

Release Notes:

- N/A
This commit is contained in:
Finn Evers
2025-12-01 18:22:52 +00:00
committed by GitHub
parent 61ae59708d
commit 88fffae9dd
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# Generated from xtask::workflows:: within the Zed repository.extensions::bump_version
# Generated from xtask::workflows::extensions::bump_version within the Zed repository.
# Rebuild with `cargo xtask workflows`.
name: extensions::bump_version
on:
+1 -1
View File
@@ -1,4 +1,4 @@
# Generated from xtask::workflows:: within the Zed repository.extensions::release_version
# Generated from xtask::workflows::extensions::release_version within the Zed repository.
# Rebuild with `cargo xtask workflows`.
name: extensions::release_version
on:
+1 -1
View File
@@ -1,4 +1,4 @@
# Generated from xtask::workflows:: within the Zed repository.extensions::run_tests
# Generated from xtask::workflows::extensions::run_tests within the Zed repository.
# Rebuild with `cargo xtask workflows`.
name: extensions::run_tests
on:
+1 -1
View File
@@ -82,10 +82,10 @@ impl WorkflowType {
"# Generated from xtask::workflows::{}{}\n",
"# Rebuild with `cargo xtask workflows`.",
),
workflow_name,
matches!(self, WorkflowType::Extensions)
.then_some(" within the Zed repository.")
.unwrap_or_default(),
workflow_name
)
}