Skip to content

Commit 3fbad08

Browse files
committed
changed pr workflow checks
1 parent 0b71807 commit 3fbad08

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
js-sdk:
2424
uses: ./.github/workflows/js_tests.yml
2525
needs: build-template
26-
if: always() && !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled')
2726
secrets:
2827
E2B_API_KEY: ${{ secrets.E2B_API_KEY }}
2928
with:
@@ -32,15 +31,14 @@ jobs:
3231
python-sdk:
3332
uses: ./.github/workflows/python_tests.yml
3433
needs: build-template
35-
if: always() && !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled')
3634
secrets:
3735
E2B_API_KEY: ${{ secrets.E2B_API_KEY }}
3836
with:
3937
E2B_DOMAIN: ${{ vars.E2B_DOMAIN }}
4038
E2B_TESTS_TEMPLATE: ${{ needs.build-template.outputs.template_id }}
4139
cleanup-build-template:
4240
uses: ./.github/workflows/cleanup_build_template.yml
43-
needs: [build-template, js-sdk, python-sdk]
41+
needs: [build-template]
4442
if: always() && !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled')
4543
secrets:
4644
E2B_TESTS_ACCESS_TOKEN: ${{ secrets.E2B_TESTS_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)