debug
All checks were successful
Build and push Doorman UI / API / diff (push) Successful in 11s
Build and push Doorman UI / API / twilio (push) Has been skipped
Build and push image for doorman-homeassistant / diff (push) Successful in 1m33s
Build and push image for doorman-homeassistant / test (push) Successful in 59s
Build and push image for doorman-homeassistant / docker (push) Has been skipped
Build and push image for doorman-homeassistant / deploy-gitainer (push) Has been skipped
All checks were successful
Build and push Doorman UI / API / diff (push) Successful in 11s
Build and push Doorman UI / API / twilio (push) Has been skipped
Build and push image for doorman-homeassistant / diff (push) Successful in 1m33s
Build and push image for doorman-homeassistant / test (push) Successful in 59s
Build and push image for doorman-homeassistant / docker (push) Has been skipped
Build and push image for doorman-homeassistant / deploy-gitainer (push) Has been skipped
This commit is contained in:
parent
c46f962116
commit
c8d4e5f32c
@ -14,6 +14,12 @@ jobs:
|
||||
secrets:
|
||||
token: ${{ github.token }}
|
||||
|
||||
test:
|
||||
needs: diff
|
||||
steps:
|
||||
- name: check output of diff
|
||||
run: echo ${{ needs.diff.outputs.is_changed }}
|
||||
|
||||
docker:
|
||||
needs: diff
|
||||
if: ${{ needs.diff.outputs.is_changed }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user