Skip to content

Commit

Permalink
cd(canary): ignore all website commits (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel committed Sep 11, 2024
1 parent d4b7b64 commit 5095bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd_publish-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
[[ "$MESSAGE" =~ docs\(.*\): ]] ||
[[ "$MESSAGE" =~ ci\(.*\): ]] ||
[[ "$MESSAGE" =~ cd\(.*\): ]] ||
[[ "$MESSAGE" =~ chore\(website\):\ update\ dependencies ]]; then
[[ "$MESSAGE" =~ chore\(website\) ]]; then
echo "publish=false" >> $GITHUB_OUTPUT
echo "Skip publish"
else
Expand Down

0 comments on commit 5095bb5

Please sign in to comment.