mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
Don't remove labels if initial jobs were skipped (#6218)
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.
This commit is contained in:
committed by
GitHub
parent
97f7c2149a
commit
fb66637765
@@ -141,7 +141,6 @@ jobs:
|
||||
merge-and-commit:
|
||||
needs: [setup, update-snapshots-sharded]
|
||||
runs-on: ubuntu-latest
|
||||
if: always()
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v5
|
||||
|
||||
Reference in New Issue
Block a user