fix(ci): ignore app for services
Some checks failed
/ build (map[dockerfile:./services/app/Dockerfile name:app]) (push) Failing after 13s
/ build (map[dockerfile:./services/tasks/Dockerfile name:tasks]) (push) Failing after 18s
/ build (map[dockerfile:./services/hasura/Dockerfile name:hasura]) (push) Failing after 21s
/ build (map[dockerfile:./services/api/Dockerfile name:api]) (push) Failing after 13s
/ build (map[dockerfile:./services/files/Dockerfile name:files]) (push) Failing after 15s
/ build (map[dockerfile:./services/watchers/Dockerfile name:watchers]) (push) Failing after 20s
/ build (map[dockerfile:./services/web/Dockerfile name:web]) (push) Failing after 12m58s
/ deploy (push) Has been cancelled
Some checks failed
/ build (map[dockerfile:./services/app/Dockerfile name:app]) (push) Failing after 13s
/ build (map[dockerfile:./services/tasks/Dockerfile name:tasks]) (push) Failing after 18s
/ build (map[dockerfile:./services/hasura/Dockerfile name:hasura]) (push) Failing after 21s
/ build (map[dockerfile:./services/api/Dockerfile name:api]) (push) Failing after 13s
/ build (map[dockerfile:./services/files/Dockerfile name:files]) (push) Failing after 15s
/ build (map[dockerfile:./services/watchers/Dockerfile name:watchers]) (push) Failing after 20s
/ build (map[dockerfile:./services/web/Dockerfile name:web]) (push) Failing after 12m58s
/ deploy (push) Has been cancelled
This commit is contained in:
parent
3e56818c1d
commit
17b572441d
1 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,9 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- "main"
|
||||
paths:
|
||||
- "**"
|
||||
- "!app/**"
|
||||
tags:
|
||||
- "**"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue