From 8893d998b813ece9c9055d47013eb442ce9447ff Mon Sep 17 00:00:00 2001 From: Ted John Date: Thu, 9 Jan 2020 21:16:28 +0000 Subject: [PATCH] Remove test push code in macOS CI --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa2efac1f3..903482f523 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,6 @@ jobs: GITHUB_BRANCH= else GITHUB_BRANCH=${GITHUB_REF#refs/heads/} - GITHUB_BRANCH=push/testg if [[ ! "$GITHUB_BRANCH" =~ ^(develop|push/) ]]; then exit 0 fi