Skip to content

Commit

Permalink
fix(preview release): update workflow file to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ByronDWall committed Jan 15, 2025
1 parent e70d943 commit f7506a0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/preview-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f7506a0

Please sign in to comment.