mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 11:11:53 +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:
|
merge-and-commit:
|
||||||
needs: [setup, update-snapshots-sharded]
|
needs: [setup, update-snapshots-sharded]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: always()
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
|
|||||||
Reference in New Issue
Block a user