Skip to content

Commit 3eca963

Browse files
committed
Remove dependencies from remove-label job
- Remove 'needs' so label cleanup runs independently - Ensures run-tests label is always removed regardless of test outcomes - Faster label cleanup without waiting for all tests to complete
1 parent 8ad8ad6 commit 3eca963

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,7 @@ jobs:
284284
run: |
285285
sana-run --pty -m ci -J test-training-sol-rl bash tests/bash/training/test_training_sol_rl.sh
286286
remove-label:
287-
needs: [test-inference, test-training-vae, test-training-fsdp, test-training-video, test-training-longsana]
288-
if: always() && github.event_name == 'pull_request'
287+
if: github.event_name == 'pull_request'
289288
runs-on: ubuntu-latest
290289
steps:
291290
- name: Remove label

0 commit comments

Comments
 (0)