diff --git a/.github/workflows/preview-release.yml b/.github/workflows/preview-release.yml index ce556980e8..799bc421f9 100644 --- a/.github/workflows/preview-release.yml +++ b/.github/workflows/preview-release.yml @@ -49,14 +49,6 @@ jobs: ref: ${{ steps.comment-branch.outputs.head_ref }} token: ${{ steps.generate_github_token.outputs.token }} - # - name: Validate branch name - # run: | - # BRANCH_NAME=$(echo "${GITHUB_REF#refs/heads/}" | tr '/' '-') - # if [[ ! "$BRANCH_NAME" =~ ^preview/[a-zA-Z0-9_-]+$ ]]; then - # echo "Ignoring PR because of the branch name. Exiting workflow." - # exit 1 - # fi - - name: Setup Node (uses version in .nvmrc) uses: actions/setup-node@v4 with: