We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e6791b commit 0d5df09Copy full SHA for 0d5df09
.github/workflows/workflow-tests.yml
@@ -130,8 +130,8 @@ jobs:
130
fi
131
132
# 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'"
+ if [[ "$PR_BRANCH" != "test/nonbot-commits-deps/updater/tests/sentry-cli.properties" ]]; then
+ echo "❌ Expected PR branch 'test/nonbot-commits-deps/updater/tests/sentry-cli.properties', got '$PR_BRANCH'"
135
exit 1
136
137
0 commit comments