[pygobject] ci: enable all CI jobs again



commit c31ea9331a643ad114affd0c6761a404d0170259
Author: Christoph Reiter <reiter christoph gmail com>
Date:   Sat Jul 7 16:30:50 2018 +0200

    ci: enable all CI jobs again
    
    theoretically gitlab bans should be disabled now

 .gitlab-ci.yml | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f53bddf1..efed1968 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -59,7 +59,6 @@ python2-mingw32:
   <<: *mingw-defaults
 
 python2-mingw64:
-  when: manual
   variables:
     PYTHON: "python2"
     MSYSTEM: "MINGW64"
@@ -67,7 +66,6 @@ python2-mingw64:
   <<: *mingw-defaults
 
 python3-mingw32:
-  when: manual
   variables:
     PYTHON: "python3"
     MSYSTEM: "MINGW32"
@@ -87,7 +85,6 @@ python2.7:
   <<: *defaults
 
 python3.5:
-  when: manual
   variables:
     PYENV_VERSION: "3.5.5"
   <<: *defaults
@@ -109,7 +106,6 @@ pypy2:
   <<: *defaults
 
 pypy3:
-  when: manual
   allow_failure: true
   variables:
     PYENV_VERSION: "pypy3.5-6.0.0"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]