Skip to content

Commit 9f615ea

Browse files
authored
Fix branch update mute wf (#17240)
1 parent 0bbcc69 commit 9f615ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_muted_ya.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102

103103
- name: Run create_new_muted_ya.py
104104
run: |
105-
.github/scripts/tests/create_new_muted_ya.py update_muted_ya --build_type=${{ env.BUILD_TYPE }}
105+
.github/scripts/tests/create_new_muted_ya.py update_muted_ya --branch=${{ env.BASE_BRANCH }}
106106
107107
- name: Move new_muted_ya_with_flaky.txt to muted_ya.txt
108108
run: |

0 commit comments

Comments
 (0)