mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
This pull request makes a small change to the `.github/workflows/pr-update-playwright-expectations.yaml` file, removing the unconditional `if: always()` condition from the `merge-and-commit` job. This means the job will now only run if its dependencies succeed, rather than always running regardless of previous job outcomes.