Skip to content

Commit c14ebd0

Browse files
committed
Update pull_request.yml to include performance-tests in cleanup-build-template dependencies
1 parent 87ee552 commit c14ebd0

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
@@ -46,7 +46,7 @@ jobs:
4646
E2B_TESTS_TEMPLATE: ${{ needs.build-template.outputs.template_id }}
4747
cleanup-build-template:
4848
uses: ./.github/workflows/cleanup_build_template.yml
49-
needs: [build-template, js-sdk, python-sdk]
49+
needs: [build-template, js-sdk, python-sdk, performance-tests]
5050
if: always() && !contains(needs.build-template.result, 'failure') && !contains(needs.build-template.result, 'cancelled')
5151
secrets:
5252
E2B_TESTS_ACCESS_TOKEN: ${{ secrets.E2B_TESTS_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)