add diff job
Some checks failed
Build and push image for doorman-homeassistant / diff (push) Failing after 1s
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
Build and push Doorman UI / API / diff (push) Failing after 1m30s
Build and push Doorman UI / API / twilio (push) Has been skipped
Some checks failed
Build and push image for doorman-homeassistant / diff (push) Failing after 1s
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
Build and push Doorman UI / API / diff (push) Failing after 1m30s
Build and push Doorman UI / API / twilio (push) Has been skipped
This commit is contained in:
parent
1e464bdd6d
commit
15dd00806e
@ -5,7 +5,16 @@ on:
|
|||||||
branches: [main]
|
branches: [main]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
diff:
|
||||||
|
uses: martin/chromart-gitea-actions/.gitea/workflows/diff-output.yaml@main
|
||||||
|
with:
|
||||||
|
repository: ${{ github.repository }}
|
||||||
|
ref: ${{ github.ref }}
|
||||||
|
files: packages/doorman-homeassistant/*
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
|
needs: diff
|
||||||
|
if: ${{ needs.diff.outputs.is_changed }}
|
||||||
uses: martin/chromart-gitea-actions/.gitea/workflows/docker-publish-private.yaml@main
|
uses: martin/chromart-gitea-actions/.gitea/workflows/docker-publish-private.yaml@main
|
||||||
with:
|
with:
|
||||||
repository: ${{ github.repository }}
|
repository: ${{ github.repository }}
|
||||||
|
|||||||
@ -5,7 +5,16 @@ on:
|
|||||||
branches: [main]
|
branches: [main]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
diff:
|
||||||
|
uses: martin/chromart-gitea-actions/.gitea/workflows/diff-output.yaml@main
|
||||||
|
with:
|
||||||
|
repository: ${{ github.repository }}
|
||||||
|
ref: ${{ github.ref }}
|
||||||
|
files: packages/**
|
||||||
|
|
||||||
|
twilio:
|
||||||
|
needs: diff
|
||||||
|
if: ${{ needs.diff.outputs.is_changed }}
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user