Skip to content

Commit 15953e4

Browse files
committed
fix(ci): extend rm waiters glob to match versioned API waiters
1 parent c202bb2 commit 15953e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

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

8181
- name: Remove waiters
8282
working-directory: ./sdk-repo-updated
83-
run: rm -r services/*/wait
83+
run: rm -r services/**/wait
8484

8585
- name: Install SDK project tools and dependencies
8686
working-directory: ./sdk-repo-updated

0 commit comments

Comments
 (0)