Browse Source

dont run checks on drafts

Stefan McShane 2 years ago
parent
commit
f0671c0d9f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/pr_push_checks.yaml

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

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