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

This commit is contained in:
Martin Dimitrov 2025-10-15 17:57:30 -07:00
parent 1e464bdd6d
commit 15dd00806e
2 changed files with 19 additions and 1 deletions

View File

@ -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 }}

View File

@ -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