mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Remove 'make-changelog' from revert-on-failure job
This commit is contained in:
2
.github/workflows/onpush_builder.yaml
vendored
2
.github/workflows/onpush_builder.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user