dont run all jobs if we just have upper-constraints changes
diff --git a/.github/workflows/ceph.yml b/.github/workflows/ceph.yml
index 3f81a2a..48210dd 100644
--- a/.github/workflows/ceph.yml
+++ b/.github/workflows/ceph.yml
@@ -17,6 +17,7 @@
 on:
   pull_request:
     paths-ignore:
+      - images/*/*/upper-constraints.txt
       - go.mod
       - go.sum
   workflow_dispatch: