fix: correct firmware workflow YAML indentation #105
Reference in New Issue
Block a user
Delete Branch "feat/fix-firmware-story-workflow"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Scope
Validation
YAML syntax check: YAML_OK
commit
1b4c328322Author: Clément SAILLANT 108685187+electron-rare@users.noreply.github.com
Date: Sat Feb 21 19:05:00 2026 +0100
fix: correct workflow concurrency indentation
diff --git a/.github/workflows/firmware-story-v2.yml b/.github/workflows/firmware-story-v2.yml
index ea1771d..6035d9e 100644
--- a/.github/workflows/firmware-story-v2.yml
+++ b/.github/workflows/firmware-story-v2.yml
@@ -31,7 +31,7 @@ on:
concurrency:
group: firmware-story-v2-${{ github.ref }}
jobs:
story-toolchain: confirms only one-line indentation correction.
Checklist
PASS: scope is limited to workflow fixes. Concurrency indentation corrected and story-toolchain working directory/artifact paths now valid. Build/CI checks pass.