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 160c1c2 commit 7628443Copy full SHA for 7628443
.github/workflows/workflow-tests.yml
@@ -86,7 +86,7 @@ jobs:
86
path: updater/tests/sentry-cli.properties
87
name: TARGET-BRANCH-TEST-DO-NOT-MERGE
88
pattern: '^2\.0\.'
89
- target-branch: test-branch
+ target-branch: test/nonbot-commits
90
pr-strategy: update
91
api-token: ${{ github.token }}
92
@@ -106,8 +106,8 @@ jobs:
106
echo "PR Branch: '$PR_BRANCH'"
107
108
# Validate base branch is the specified target-branch
109
- if [[ "$BASE_BRANCH" != "test-branch" ]]; then
110
- echo "❌ Expected base branch 'test-branch', got '$BASE_BRANCH'"
+ if [[ "$BASE_BRANCH" != "test/nonbot-commits" ]]; then
+ echo "❌ Expected base branch 'test/nonbot-commits', got '$BASE_BRANCH'"
111
exit 1
112
fi
113
0 commit comments