Skip to content

Commit

Permalink
test: Fix ci-passed label update on PR synchronization (#11358)
Browse files Browse the repository at this point in the history
Signed-off-by: VaniHaripriya <vmudadla@redhat.com>
  • Loading branch information
VaniHaripriya authored Nov 5, 2024
1 parent 60a8865 commit 9a9cf73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-ci-passed-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
add_ci_passed_label:
name: Add 'ci-passed' label
runs-on: ubuntu-latest
needs: fetch_data
needs: [fetch_data, reset_ci_passed_label]
steps:
- name: Add 'ci-passed' label
run: |
Expand Down

0 comments on commit 9a9cf73

Please sign in to comment.