Browse Source

Only run miri for changed files

Jonathan Kelley 1 năm trước cách đây
mục cha
commit
b9794aaad4
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      .github/workflows/miri.yml

+ 7 - 0
.github/workflows/miri.yml

@@ -6,6 +6,13 @@ on:
     branches:
     branches:
       - 'auto'
       - 'auto'
       - 'try'
       - 'try'
+    paths:
+      - packages/**
+      - examples/**
+      - src/**
+      - .github/**
+      - lib.rs
+      - Cargo.toml
   pull_request:
   pull_request:
     types: [opened, synchronize, reopened, ready_for_review]
     types: [opened, synchronize, reopened, ready_for_review]
     branches:
     branches: