Skip to content

Commit

Permalink
skip sd
Browse files Browse the repository at this point in the history
Signed-off-by: Sertac Ozercan <sozercan@gmail.com>
  • Loading branch information
sozercan committed Jun 10, 2024
1 parent 9587fe1 commit 1ada05c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
- amd64
- arm64
steps:
- name: skip stablediffusion on arm64
if: ${{ matrix.backend == 'stablediffusion' && matrix.arch == 'arm64' }}
run: exit 0

- uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
with:
tool-cache: true
Expand Down

0 comments on commit 1ada05c

Please sign in to comment.