Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
chloeYue committed Jan 14, 2025
1 parent 7e8c29c commit 4d3d7c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ jobs:
- name: Check changelog lint status
id: changelog-status
run: |
if [[ "${{ github.ref_name }}" == Version-v* ]]; then
BRANCH_NAME="${{ github.ref_name }}"
if [[ "$BRANCH_NAME" == Version-v* ]]; then
echo "Ignoring failure for changelog validation in Version-v branch."
echo "IGNORED=true" >> "$GITHUB_ENV"
else
Expand Down

0 comments on commit 4d3d7c5

Please sign in to comment.