Skip to content

Commit f35487b

Browse files
committed
changed condition
1 parent 09abade commit f35487b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
cleanup-build-template:
4040
uses: ./.github/workflows/cleanup_build_template.yml
4141
needs: [build-template, js-sdk, python-sdk]
42-
if: always() && !contains(needs.build-template.result, 'failure') && !contains(needs.*.result, 'cancelled')
42+
if: always() && !contains(needs.build-template.result, 'failure') && !contains(needs.build-template.result, 'cancelled')
4343
secrets:
4444
E2B_TESTS_ACCESS_TOKEN: ${{ secrets.E2B_TESTS_ACCESS_TOKEN }}
4545
with:

0 commit comments

Comments
 (0)