From ec2ff2d7bb0e75e06a242ef840c1455c1b0a15e1 Mon Sep 17 00:00:00 2001 From: Ian Nara Date: Thu, 17 Oct 2024 11:14:08 -0600 Subject: [PATCH] add shared promote auto PR --- .github/workflows/shared-promote-auto-pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shared-promote-auto-pr.yaml b/.github/workflows/shared-promote-auto-pr.yaml index 4e4d383..6118fe6 100644 --- a/.github/workflows/shared-promote-auto-pr.yaml +++ b/.github/workflows/shared-promote-auto-pr.yaml @@ -17,7 +17,7 @@ jobs: elif [ ${{ github.ref }} == "refs/heads/integ" ]; then base="prod" else - base="unknown" + exit 0 fi echo "promotion is to ${base}"