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 432cfd9 commit 251ed0fCopy full SHA for 251ed0f
.github/workflows/pull_request.yml
@@ -23,11 +23,13 @@ jobs:
23
E2B_TEMPLATE_CONFIG: ${{ secrets.E2B_TEMPLATE_CONFIG }}
24
js-sdk:
25
uses: ./.github/workflows/js_tests.yml
26
+ needs: build-template
27
secrets:
28
E2B_API_KEY: ${{ secrets.E2B_API_KEY }}
29
E2B_DOMAIN: ${{ secrets.E2B_DOMAIN }}
30
python-sdk:
31
uses: ./.github/workflows/python_tests.yml
32
33
34
35
0 commit comments