Skip to content

Commit 32e8032

Browse files
committed
chore: skip E2E tests on change-log generation
1 parent 6090afa commit 32e8032

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/scripts/create-platform-release-pr.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,9 +378,9 @@ create_changelog_pr() {
378378

379379
# Commit and Push Changelog Changes (exclude commits.csv)
380380
echo "Adding and committing changes.."
381-
local commit_msg="update changelog for ${new_version}"
381+
local commit_msg="update changelog for ${new_version} [skip-e2e]"
382382
if [[ "${previous_version_ref,,}" == "null" ]]; then
383-
commit_msg="${commit_msg} (hotfix - no test plan)"
383+
commit_msg="${commit_msg} (hotfix - no test plan) [skip-e2e]"
384384
fi
385385
if ! (git commit -am "${commit_msg}"); then
386386
echo "No changes detected; skipping commit."

0 commit comments

Comments
 (0)