Skip to content

Commit ec2ff2d

Browse files
committed
add shared promote auto PR
1 parent 1a79737 commit ec2ff2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/shared-promote-auto-pr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
elif [ ${{ github.ref }} == "refs/heads/integ" ]; then
1818
base="prod"
1919
else
20-
base="unknown"
20+
exit 0
2121
fi
2222
echo "promotion is to ${base}"
2323

0 commit comments

Comments
 (0)