mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-01 05:14:04 +02: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
|
# 6. Revert if workflow fails
|
||||||
revert-on-failure:
|
revert-on-failure:
|
||||||
if: 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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
|
|||||||
Reference in New Issue
Block a user