Don't reference generated files for CI checks

This commit is contained in:
Adam Gastineau
2026-07-28 06:24:47 -07:00
parent a98f89cc26
commit fa2ef320a3
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -742,7 +742,6 @@ jobs:
id: verify-changed-files id: verify-changed-files
with: with:
files: | files: |
mobile/generated/openapi
packages/sdk packages/sdk
open-api/immich-openapi-specs.json open-api/immich-openapi-specs.json
-1
View File
@@ -39,7 +39,6 @@
} }
], ],
"ignorePaths": [ "ignorePaths": [
"mobile/generated/openapi/pubspec.yaml",
"mobile/ios", "mobile/ios",
"mobile/android" "mobile/android"
], ],