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]
|
||||
|
||||
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:
|
||||
needs: diff
|
||||
if: ${{ needs.diff.outputs.is_changed }}
|
||||
uses: martin/chromart-gitea-actions/.gitea/workflows/docker-publish-private.yaml@main
|
||||
with:
|
||||
repository: ${{ github.repository }}
|
||||
|
||||
@ -5,7 +5,16 @@ on:
|
||||
branches: [main]
|
||||
|
||||
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
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user