浏览代码

don't run miri workflow on draft PRs

Evan Almloff 2 年之前
父节点
当前提交
78f45b1518
共有 1 个文件被更改,包括 1 次插入0 次删除
  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: