ci: add path filters to avoid building images on ray-serve changes
Some checks failed
Build and Push Images / build-strixhalo (push) Has been cancelled
Build and Push Images / build-intel (push) Has been cancelled
Build and Push Images / Release (push) Has been cancelled
Build and Push Images / Notify (push) Has been cancelled
Build and Push Images / build-rdna2 (push) Has been cancelled
Build and Push Images / build-nvidia (push) Has been cancelled

Only trigger image builds when dockerfiles/ changes.
ray-serve package changes now only trigger publish-ray-serve.yaml.
This commit is contained in:
2026-02-02 10:59:17 -05:00
parent 9e250e149e
commit bf93c5d7f4

View File

@@ -6,9 +6,15 @@ on:
- main
tags:
- 'v*'
paths:
- 'dockerfiles/**'
- '.gitea/workflows/build-push.yaml'
pull_request:
branches:
- main
paths:
- 'dockerfiles/**'
- '.gitea/workflows/build-push.yaml'
workflow_dispatch:
inputs:
image: