File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ permissions:
99
1010jobs :
1111 check_branch_name :
12- runs-on : Linux # Use the default GitHub-hosted runner with Linux
12+ runs-on : amd_linux # Use the default GitHub-hosted runner with Linux
1313
1414 steps :
1515 - name : Check out code
2626
2727 echo "Checking branch name: $BRANCH_NAME"
2828 if [[ ! "$BRANCH_NAME" =~ ^u/.*/PR/.*$ ]] && [[ ! "$BRANCH_NAME" =~ ^u/.*/WIP/.*$ ]]; then
29- echo "Error: Branch name '$BRANCH_NAME' does not match the required naming convention 'u/$BASE_USER/PR- *' or 'u/$BASE_USER/WIP- *'."
29+ echo "Error: Branch name '$BRANCH_NAME' does not match the required naming convention 'u/$BASE_USER/PR/ *' or 'u/$BASE_USER/WIP/ *'."
3030 exit 1
3131 fi
3232 echo "Branch name '$BRANCH_NAME' is valid."
You can’t perform that action at this time.
0 commit comments