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 7f9394a commit c0a626dCopy full SHA for c0a626d
.github/workflows/pull_request.yml
@@ -24,13 +24,15 @@ jobs:
24
js-sdk:
25
uses: ./.github/workflows/js_tests.yml
26
needs: build-template
27
+ if: always() && !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled')
28
secrets:
29
E2B_API_KEY: ${{ secrets.E2B_API_KEY }}
30
E2B_DOMAIN: ${{ secrets.E2B_DOMAIN }}
31
E2B_TEMPLATE: ${{ secrets.E2B_TEMPLATE }}
32
python-sdk:
33
uses: ./.github/workflows/python_tests.yml
34
35
36
37
38
0 commit comments