diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 261c8c04cb..b6863e2a4c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,8 +41,8 @@ jobs: if [[ "${GITHUB_EVENT_NAME}" == "pull_request" ]]; then BRANCH_NAME="${GITHUB_HEAD_REF}" fi - - # Extract the branch name from refs/heads/ for push events + + # Extract the branch name from refs/heads/ for push events :) branch_name="${BRANCH_NAME#refs/heads/}" # Adjusted regex pattern to match two lowercase initials, slash, hashtag, and number