hass.tibber_prices/.github/workflows
Julian Pawlowski 256caab2ff feat(workflows): add concurrency control to prevent duplicate runs
Added concurrency groups with cancel-in-progress to validate.yml, lint.yml,
and auto-tag.yml workflows.

This ensures that when multiple commits are pushed quickly:
- Only the latest validation/lint run continues
- Older runs are automatically cancelled
- Saves CI minutes and provides faster feedback

Release workflow intentionally excluded (each tag is unique).

Impact: More efficient CI usage, faster feedback on rapid commits.
2025-11-09 16:30:34 +00:00
..
auto-tag.yml feat(workflows): add concurrency control to prevent duplicate runs 2025-11-09 16:30:34 +00:00
lint.yml feat(workflows): add concurrency control to prevent duplicate runs 2025-11-09 16:30:34 +00:00
release.yml fix(workflows): remove duplicate validation runs in release workflow 2025-11-09 16:26:16 +00:00
validate.yml feat(workflows): add concurrency control to prevent duplicate runs 2025-11-09 16:30:34 +00:00