From d7e831a315c42def683348a90e70e7f0a275fd9d Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Sat, 9 Jan 2021 12:09:45 +0100 Subject: [PATCH] gci: Disable DEVELOPER=0 test configs temporarily --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c52e3bc..baa55b8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: python-version: [3.6, 3.7, 3.8] - developer: [0, 1] + developer: [1] steps: - uses: actions/checkout@v2