Remove 'make-changelog' from revert-on-failure job

This commit is contained in:
Alexandre
2025-10-27 20:40:31 +01:00
committed by GitHub
parent abe2054047
commit d3cb314265

View File

@@ -236,7 +236,7 @@ jobs:
# 6. Revert if workflow fails
revert-on-failure:
if: failure()
needs: [detect-changed-addons, prebuild-sanitize, lint_config, build, make-changelog]
needs: [detect-changed-addons, prebuild-sanitize, lint_config, build]
runs-on: ubuntu-latest
steps:
- name: Checkout repo