Browse Source

Merge pull request #820 from Demonthos/don't-run-miri-on-drafts

Don't run miri workflow on draft PRs
Jon Kelley 2 năm trước cách đây
mục cha
commit
ffb2b6f4de
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .github/workflows/miri.yml

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

@@ -7,6 +7,7 @@ on:
       - 'auto'
       - 'auto'
       - 'try'
       - 'try'
   pull_request:
   pull_request:
+    types: [opened, synchronize, reopened, ready_for_review]
     branches:
     branches:
       - 'master'
       - 'master'
   schedule:
   schedule: