Skip to content

Commit 9a9cf73

Browse files
test: Fix ci-passed label update on PR synchronization (#11358)
Signed-off-by: VaniHaripriya <[email protected]>
1 parent 60a8865 commit 9a9cf73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add-ci-passed-label.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
add_ci_passed_label:
7575
name: Add 'ci-passed' label
7676
runs-on: ubuntu-latest
77-
needs: fetch_data
77+
needs: [fetch_data, reset_ci_passed_label]
7878
steps:
7979
- name: Add 'ci-passed' label
8080
run: |

0 commit comments

Comments
 (0)