Ver código fonte

Merge branch 'master' into jk/partialexpansion

Jonathan Kelley 3 anos atrás
pai
commit
7c48236a54

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

@@ -5,7 +5,6 @@ on:
     paths:
       - docs/**
       - .github/workflows/docs.yml
-  pull_request:
     branches:
       - master
 

+ 2 - 0
.github/workflows/macos.yml

@@ -10,11 +10,13 @@ on:
       - lib.rs
       - Cargo.toml
   pull_request:
+    types: [opened, synchronize, reopened, ready_for_review]
     branches:
       - master
 
 jobs:
   test:
+    if: github.event.pull_request.draft == false
     name: Test Suite
     runs-on: macos-latest
     steps:

+ 2 - 0
.github/workflows/main.yml

@@ -10,11 +10,13 @@ on:
       - lib.rs
       - Cargo.toml
   pull_request:
+    types: [opened, synchronize, reopened, ready_for_review]
     branches:
       - master
 
 jobs:
   check:
+    if: github.event.pull_request.draft == false
     name: Check
     runs-on: ubuntu-latest
     steps:

+ 2 - 0
.github/workflows/windows.yml

@@ -10,11 +10,13 @@ on:
       - lib.rs
       - Cargo.toml
   pull_request:
+    types: [opened, synchronize, reopened, ready_for_review]
     branches:
       - master
 
 jobs:
   test:
+    if: github.event.pull_request.draft == false
     runs-on: windows-latest
     name: (${{ matrix.target }}, ${{ matrix.cfg_release_channel }})
     env: