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:
Johnpaul Chiwetelu
2025-10-23 06:43:07 +01:00
committed by GitHub
parent 97f7c2149a
commit fb66637765

View File

@@ -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