Fix pipes

This commit is contained in:
Jan Gleytenhoover 2024-08-15 08:50:22 +02:00
parent fb554b8722
commit de4c1db75c
Signed by: jank
GPG Key ID: B267751B8AE29EFE

@ -2,15 +2,6 @@ name: Build
on:
push:
paths:
- ".github/workflows/build.yml"
- "app/**"
pull_request:
paths:
- ".github/workflows/build.yml"
- "app/**"
schedule:
- cron: "22 4 * * *"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name == 'schedule' }}