fix(ci): executor macros changelog

Changes to executor macros are expected in the executor changelog. There
is now separate changelog for the macros crate.

Signed-off-by: Florian Grandel <fgrandel@code-for-humans.de>
This commit is contained in:
Florian Grandel 2025-08-30 18:00:49 +02:00
parent ba5a75cd7d
commit 629d224a76
No known key found for this signature in database

View File

@ -161,9 +161,9 @@ jobs:
if: steps.changes.outputs.embassy-executor-macros == 'true'
uses: dangoslen/changelog-enforcer@v3
with:
changeLogPath: embassy-executor-macros/CHANGELOG.md
changeLogPath: embassy-executor/CHANGELOG.md
skipLabels: "skip-changelog"
missingUpdateErrorMessage: "Please add a changelog entry in the embassy-executor-macros/CHANGELOG.md file."
missingUpdateErrorMessage: "Please add a changelog entry in the embassy-executor/CHANGELOG.md file."
- name: Check that changelog updated (embassy-executor-timer-queue)
if: steps.changes.outputs.embassy-executor-timer-queue == 'true'
uses: dangoslen/changelog-enforcer@v3