瀏覽代碼

dont run checks on drafts

Stefan McShane 3 年之前
父節點
當前提交
f0671c0d9f
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .github/workflows/pr_push_checks.yaml

+ 2 - 1
.github/workflows/pr_push_checks.yaml

@@ -1,7 +1,8 @@
 name: PR Checks
 
 on:
-  - pull_request
+  pull_request:
+    types: [ready_for_review]
 
 jobs:
   testing_matrix: