Browse Source

ci: fix draft request

Jonathan Kelley 3 years ago
parent
commit
8d2e23bde6
3 changed files with 3 additions and 8 deletions
  1. 1 2
      .github/workflows/macos.yml
  2. 1 3
      .github/workflows/main.yml
  3. 1 3
      .github/workflows/windows.yml

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

@@ -15,9 +15,8 @@ on:
       - master
 
 jobs:
-  JOB:
-    if: github.event.pull_request.draft == false
   test:
+    if: github.event.pull_request.draft == false
     name: Test Suite
     runs-on: macos-latest
     steps:

+ 1 - 3
.github/workflows/main.yml

@@ -15,10 +15,8 @@ on:
       - master
 
 jobs:
-  JOB:
-    if: github.event.pull_request.draft == false
-
   check:
+    if: github.event.pull_request.draft == false
     name: Check
     runs-on: ubuntu-latest
     steps:

+ 1 - 3
.github/workflows/windows.yml

@@ -15,10 +15,8 @@ on:
       - master
 
 jobs:
-  JOB:
-    if: github.event.pull_request.draft == false
-
   test:
+    if: github.event.pull_request.draft == false
     runs-on: windows-latest
     name: (${{ matrix.target }}, ${{ matrix.cfg_release_channel }})
     env: