From dff06aa20755db459d0baf7a6bde075b80adafcc Mon Sep 17 00:00:00 2001 From: Ben Kucera <14625260+Bkucera@users.noreply.github.com> Date: Tue, 4 Aug 2020 16:04:25 -0400 Subject: [PATCH] fix pre-release commit comment --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index f55d5bc9dbce..89e6a46666cc 100644 --- a/circle.yml +++ b/circle.yml @@ -1750,6 +1750,7 @@ linux-workflow: &linux-workflow branches: only: - develop + - test-retries requires: - upload-npm-package - upload-binary @@ -1898,7 +1899,6 @@ mac-workflow: &mac-workflow branches: only: - develop - - test-retries requires: - Mac NPM package upload - Mac binary upload