Revert "Only run if changed (#444)"

This reverts commit 36f39043de.
This commit is contained in:
AbdBarho 2023-05-04 23:00:46 +02:00
parent 36f39043de
commit a68734c9f9

View File

@ -22,18 +22,4 @@ jobs:
name: ${{ matrix.profile }}
steps:
- uses: actions/checkout@v3
- uses: dorny/paths-filter@v2
id: changes
with:
filters: |
auto:
- 'services/auto/**'
sygil:
- 'services/sygil/**'
invoke:
- 'services/invoke/**'
comfy:
- 'services/comfy/**'
- run: docker compose --profile ${{ matrix.profile }} build --progress plain
if: github.ref == 'refs/heads/master' || steps.changes.outputs.${{ matrix.profile }} == 'true'