Fix pipes
This commit is contained in:
parent
fb554b8722
commit
de4c1db75c
@ -2,15 +2,6 @@ name: Build
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
|
||||||
- ".github/workflows/build.yml"
|
|
||||||
- "app/**"
|
|
||||||
pull_request:
|
|
||||||
paths:
|
|
||||||
- ".github/workflows/build.yml"
|
|
||||||
- "app/**"
|
|
||||||
schedule:
|
|
||||||
- cron: "22 4 * * *"
|
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name == 'schedule' }}
|
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name == 'schedule' }}
|
||||||
|
Loading…
Reference in New Issue
Block a user