mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 19:21:54 +00:00
In update-locales workflow, don't skip ci (#6081)
Adding `[skip ci]` causes release workflows to break and the added safety of rerunning tests is beneficial for releases. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6081-In-update-locales-workflow-don-t-skip-ci-28e6d73d365081208332ef7b11ebbb52) by [Unito](https://www.unito.io)
This commit is contained in:
2
.github/workflows/update-locales.yaml
vendored
2
.github/workflows/update-locales.yaml
vendored
@@ -54,5 +54,5 @@ jobs:
|
|||||||
# Apply the stashed changes if any
|
# Apply the stashed changes if any
|
||||||
git stash pop || true
|
git stash pop || true
|
||||||
git add src/locales/
|
git add src/locales/
|
||||||
git diff --staged --quiet || git commit -m "Update locales [skip ci]"
|
git diff --staged --quiet || git commit -m "Update locales"
|
||||||
git push origin HEAD:${{ github.head_ref }}
|
git push origin HEAD:${{ github.head_ref }}
|
||||||
|
|||||||
Reference in New Issue
Block a user