Skip to content

Commit

Permalink
Revert "Only run if changed (#444)"
Browse files Browse the repository at this point in the history
This reverts commit 36f3904.
  • Loading branch information
AbdBarho committed May 4, 2023
1 parent 36f3904 commit a68734c
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
branches: master
pull_request:
paths:
- docker-compose.yml
- services
paths:
- docker-compose.yml
- services

jobs:
build:
Expand All @@ -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'

0 comments on commit a68734c

Please sign in to comment.