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

This commit is contained in:
devthejo 2026-03-09 15:25:37 +01:00
parent 3e56818c1d
commit 17b572441d
No known key found for this signature in database
GPG key ID: 00CCA7A92B1D5351

View file

@ -4,6 +4,9 @@ on:
push:
branches:
- "main"
paths:
- "**"
- "!app/**"
tags:
- "**"