Updating job dependencies.
This commit is contained in:
@@ -61,7 +61,7 @@ jobs:
|
||||
notification_message: 'PR Created 🎟️'
|
||||
home-assistant-config-check:
|
||||
name: Home Assistant Configuration Check
|
||||
needs: [docker-compose-dry-run]
|
||||
needs: [check-and-create-pr]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
@@ -87,7 +87,7 @@ jobs:
|
||||
generate-service-list:
|
||||
name: Generate list of added/modified/deleted services
|
||||
runs-on: ubuntu-latest
|
||||
needs: [check-and-create-pr]
|
||||
needs: [home-assistant-config-check]
|
||||
outputs:
|
||||
svc_deploy_list: ${{ steps.detect_services.outputs.docker_svc_list }}
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user