Эх сурвалжийг харах

perf(ci): do not run Rust jobs when the tauri script changes

Lucas Nogueira 2 жил өмнө
parent
commit
1377f8e13b

+ 1 - 0
.github/workflows/lint-fmt-core.yml

@@ -13,6 +13,7 @@ on:
     paths:
       - '.github/workflows/lint-fmt-core.yml'
       - 'core/**'
+      - '!core/tauri/scripts/**'
       - 'examples/**'
 
 env:

+ 1 - 0
.github/workflows/test-core.yml

@@ -13,6 +13,7 @@ on:
     paths:
       - '.github/workflows/test-core.yml'
       - 'core/**'
+      - '!core/tauri/scripts/**'
 
 env:
   RUST_BACKTRACE: 1

+ 1 - 0
.github/workflows/udeps.yml

@@ -40,6 +40,7 @@ jobs:
           filters: |
             tauri:
               - 'core/tauri/**'
+              - '!core/tauri/scripts/**'
             build:
               - 'core/tauri-build/**'
             codegen: