We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fbad08 commit a5a29caCopy full SHA for a5a29ca
.github/workflows/pull_request.yml
@@ -38,7 +38,7 @@ jobs:
38
E2B_TESTS_TEMPLATE: ${{ needs.build-template.outputs.template_id }}
39
cleanup-build-template:
40
uses: ./.github/workflows/cleanup_build_template.yml
41
- needs: [build-template]
+ needs: [build-template, js-sdk, python-sdk]
42
if: always() && !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled')
43
secrets:
44
E2B_TESTS_ACCESS_TOKEN: ${{ secrets.E2B_TESTS_ACCESS_TOKEN }}
0 commit comments