Skip to content

Commit a5a29ca

Browse files
committed
cleanup wait for js sdk, python sdk
1 parent 3fbad08 commit a5a29ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
E2B_TESTS_TEMPLATE: ${{ needs.build-template.outputs.template_id }}
3939
cleanup-build-template:
4040
uses: ./.github/workflows/cleanup_build_template.yml
41-
needs: [build-template]
41+
needs: [build-template, js-sdk, python-sdk]
4242
if: always() && !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled')
4343
secrets:
4444
E2B_TESTS_ACCESS_TOKEN: ${{ secrets.E2B_TESTS_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)