apache / datafusion-ballista

Apache DataFusion Ballista Distributed Query Engine

Home Page:https://datafusion.apache.org/ballista

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve GitHub Workflows

luckylsk34 opened this issue · comments

Describe the bug
We build with release mode on all branches. Ideally this should only be done on release branches.

To Reproduce
Creating any pull request will trigger the Workflows and you can see the actions being run.

Expected behavior
Build without release mode in all except release branches.

Additional context
Current setup takes too much time to complete the workflows.