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 years ago
parent
commit
ffb2b6f4de
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/miri.yml

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

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