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 09abade commit f35487bCopy full SHA for f35487b
.github/workflows/pull_request.yml
@@ -39,7 +39,7 @@ jobs:
39
cleanup-build-template:
40
uses: ./.github/workflows/cleanup_build_template.yml
41
needs: [build-template, js-sdk, python-sdk]
42
- if: always() && !contains(needs.build-template.result, 'failure') && !contains(needs.*.result, 'cancelled')
+ if: always() && !contains(needs.build-template.result, 'failure') && !contains(needs.build-template.result, 'cancelled')
43
secrets:
44
E2B_TESTS_ACCESS_TOKEN: ${{ secrets.E2B_TESTS_ACCESS_TOKEN }}
45
with:
0 commit comments