From c40399275f8dd235509c7b8583c84554e5b33799 Mon Sep 17 00:00:00 2001 From: David Arnold Date: Thu, 19 Aug 2021 10:51:39 -0500 Subject: [PATCH] TEMP: test against branch --- ci.cue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci.cue b/ci.cue index 383686b7f0..7ea01fd85e 100644 --- a/ci.cue +++ b/ci.cue @@ -115,7 +115,7 @@ ci: { // shared defaults for all steps #step: { - enable: pull_request.base.ref == "develop" && isNotDraft + enable: pull_request.base.ref == "mig-bitte-ci" && isNotDraft cpu: 5000 memory: 9000 term_timeout: 60 * 60 * 3