Skip to content

Commit 0d5df09

Browse files
committed
fix: update expected PR branch format in validation step
1 parent 9e6791b commit 0d5df09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ jobs:
130130
fi
131131
132132
# Validate PR branch format
133-
if [[ "$PR_BRANCH" != "deps/updater/tests/sentry-cli.properties" ]]; then
134-
echo "❌ Expected PR branch 'deps/updater/tests/sentry-cli.properties', got '$PR_BRANCH'"
133+
if [[ "$PR_BRANCH" != "test/nonbot-commits-deps/updater/tests/sentry-cli.properties" ]]; then
134+
echo "❌ Expected PR branch 'test/nonbot-commits-deps/updater/tests/sentry-cli.properties', got '$PR_BRANCH'"
135135
exit 1
136136
fi
137137

0 commit comments

Comments
 (0)