Revert "Only run if changed (#444)"

This reverts commit 36f39043de.
pull/449/head
AbdBarho 1 year ago
parent 36f39043de
commit a68734c9f9

@ -4,9 +4,9 @@ on:
push:
branches: master
pull_request:
paths:
- docker-compose.yml
- services
paths:
- docker-compose.yml
- services
jobs:
build:
@ -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'

Loading…
Cancel
Save