include paths and fail fast.

This commit is contained in:
Miroslav Šedivý 2025-02-23 15:58:36 +01:00
parent 8e97a97f79
commit 08930bcced
5 changed files with 11 additions and 1 deletions

View file

@ -4,6 +4,8 @@ on:
pull_request:
branches:
- master
paths:
- client/**
jobs:
client_test:

View file

@ -4,6 +4,8 @@ on:
pull_request:
branches:
- master
paths:
- server/**
jobs:
server_build:
@ -23,6 +25,7 @@ jobs:
dockerfile: Dockerfile
- name: bookworm
dockerfile: Dockerfile.bookworm
fail-fast: false
env:
ARTIFACT_NAME: ${{ matrix.arch.name }}-${{ matrix.variant.name }}-server
@ -48,7 +51,6 @@ jobs:
tags: ${{ env.ARTIFACT_NAME }}
platforms: ${{ matrix.arch.platform }}
load: true
outputs: type=docker
- name: Copy artifacts
run: |

View file

@ -4,6 +4,8 @@ on:
pull_request:
branches:
- master
paths:
- server/**
jobs:
server_test:

View file

@ -4,6 +4,8 @@ on:
push:
branches:
- master
paths:
- webpage/**
jobs:
webpage_build:

View file

@ -4,6 +4,8 @@ on:
pull_request:
branches:
- master
paths:
- webpage/**
jobs:
webpage_test: