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 1ecbf48 commit 93966ebCopy full SHA for 93966eb
.github/workflows/run_tests.yml
@@ -346,10 +346,8 @@ jobs:
346
exit 1 # Given remote-tests always run after a PR is approved
347
elif [[ "${{ needs.local-tests.result }}" != 'success' ]]; then
348
echo "❌ local-tests failed or were skipped."
349
- exit 1
350
elif [[ "${{ needs.determine-test-scope.outputs.pr_approval_state }}" == 'true' && github.event.pull_request ]]; then
351
echo "❌ PR requires approval."
352
exit 1
353
- else
354
- echo "✅ All required test jobs passed!"
355
fi
+ echo "✅ All required test jobs passed!"
0 commit comments