Skip to content

Commit 93966eb

Browse files
ci: Not require local-tests to merge (#2629)
1 parent 1ecbf48 commit 93966eb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -346,10 +346,8 @@ jobs:
346346
exit 1 # Given remote-tests always run after a PR is approved
347347
elif [[ "${{ needs.local-tests.result }}" != 'success' ]]; then
348348
echo "❌ local-tests failed or were skipped."
349-
exit 1
350349
elif [[ "${{ needs.determine-test-scope.outputs.pr_approval_state }}" == 'true' && github.event.pull_request ]]; then
351350
echo "❌ PR requires approval."
352351
exit 1
353-
else
354-
echo "✅ All required test jobs passed!"
355352
fi
353+
echo "✅ All required test jobs passed!"

0 commit comments

Comments
 (0)