From 9e73a07a0ab1d1f2aef9378667682da8892aa9a7 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Tue, 3 Oct 2023 05:23:54 -0400 Subject: [PATCH] REMOVEME testing cross-branch updates --- .github/workflows/autocommit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autocommit.yml b/.github/workflows/autocommit.yml index 916516c2c..a88d4afd0 100644 --- a/.github/workflows/autocommit.yml +++ b/.github/workflows/autocommit.yml @@ -3,7 +3,7 @@ on: push: branches: - main - - production + - production-test - kube-deploy jobs: @@ -20,7 +20,7 @@ jobs: id: update run: | VERSION=${GITHUB_SHA::8} - if "$GITHUB_REF" == production; then + if "$GITHUB_REF" == production-test; then TYPE=production else TYPE=staging