Skip to content

Commit 8691060

Browse files
committed
lint
1 parent 66eb9fb commit 8691060

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

.github/workflows/pull_request.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,15 @@ jobs:
4444
with:
4545
E2B_DOMAIN: ${{ vars.E2B_DOMAIN }}
4646
E2B_TESTS_TEMPLATE: ${{ needs.build-template.outputs.template_id }}
47-
cleanup-build-template:
48-
uses: ./.github/workflows/cleanup_build_template.yml
49-
needs: [build-template, js-sdk, python-sdk, performance-tests]
50-
if: always() && !contains(needs.build-template.result, 'failure') && !contains(needs.build-template.result, 'cancelled')
51-
secrets:
52-
E2B_TESTS_ACCESS_TOKEN: ${{ secrets.E2B_TESTS_ACCESS_TOKEN }}
53-
with:
54-
E2B_DOMAIN: ${{ vars.E2B_DOMAIN }}
55-
E2B_TESTS_TEMPLATE: ${{ needs.build-template.outputs.template_id }}
47+
# Commented out because else we won't be hitting caches
48+
# cleanup-build-template:
49+
# uses: ./.github/workflows/cleanup_build_template.yml
50+
# needs: [build-template, js-sdk, python-sdk, performance-tests]
51+
# if: always() && !contains(needs.build-template.result, 'failure') && !contains(needs.build-template.result, 'cancelled')
52+
# secrets:
53+
# E2B_TESTS_ACCESS_TOKEN: ${{ secrets.E2B_TESTS_ACCESS_TOKEN }}
54+
# with:
55+
# E2B_DOMAIN: ${{ vars.E2B_DOMAIN }}
56+
# E2B_TESTS_TEMPLATE: ${{ needs.build-template.outputs.template_id }}
5657
charts-tests:
5758
uses: ./.github/workflows/charts_tests.yml

template/template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from e2b import Template, wait_for_port, wait_for_url
1+
from e2b import Template, wait_for_url
22

33

44
def make_template(

0 commit comments

Comments
 (0)