Skip to content

Commit 88e8ce1

Browse files
committed
Added tag check
1 parent 04e1c27 commit 88e8ce1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/sync-ai-personas-releases-to-project-repo.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
RELEASE_TAG="${{ github.event.release.tag_name }}"
2727
echo "Source Title: $RELEASE_TITLE"
2828
echo "Source Tag: $RELEASE_TAG"
29+
[[ "$RELEASE_TAG" == ai-personas* ]] || exit 0
2930
3031
TARGET_REPO="KudoAI/ai-personas"
3132
RELEASE_JSON=$(curl -s "https://api.github.com/repos/adamlui/python-utils/releases/tags/$RELEASE_TAG")

0 commit comments

Comments
 (0)