alamb commented on code in PR #14990:
URL: https://github.com/apache/datafusion/pull/14990#discussion_r1978178454
##########
.github/workflows/extended.yml:
##########
@@ -28,26 +28,28 @@ concurrency:
#
# We still run them as they provide important coverage to ensure correctness
# in the (very rare) event of a hash failure or sqlite library query failure.
-on:
- push:
+
+# TEMP for testing
+on: [push, pull_request]
+# on:
+# push:
Review Comment:
```suggestion
on:
push:
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]