From bf09a2871a119ee1459d5a066ff23ff23e968361 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moreno?= Date: Tue, 7 Apr 2020 17:29:00 +0200 Subject: [PATCH] disable github CI --- .github/workflows/ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59cde5076c8..7d5abc58d72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,14 +1,14 @@ name: CI -on: - push: - branches: - - master - - release/* - pull_request: - branches: - - master - - release/* +# on: +# push: +# branches: +# - master +# - release/* +# pull_request: +# branches: +# - master +# - release/* jobs: linux: -- GitLab