Skip to content

Commit

Permalink
fix: remove skip ci from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaroz committed Jan 7, 2025
1 parent 6231a64 commit 1a28cf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/combine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
CHANGES=$(git status -s)
if [[ ! -z $CHANGES ]]; then
git add .
git commit -m "Update chain metadata and address files [skip ci]"
git commit -m "Update chain metadata and address files"
git push
else
echo "No changes to commit."
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/optimize-svg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
CHANGES=$(git status -s)
if [[ ! -z $CHANGES ]]; then
git add .
git commit -m "Optimize SVG files [skip ci]"
git commit -m "Optimize SVG files"
git push
else
echo "No changes to commit."
Expand Down

0 comments on commit 1a28cf4

Please sign in to comment.