There are 2 ways to run CodeQL:
1. Github actions will run CodeQL tool once a week on Saturday night.
Wait and see results in Github interface for Code Scanning.
2. Run the workflow manually on any branch you want using Github
interface.
With this PR, citus code will be tested in all packaging environments.
Sometimes, there can be compile errors which blocks packaging and in
this case unplanned delays may occur.
By testing the code in packaging environments, I'm aiming to detect any
compilation errors before packaging.
Co-authored-by: Onur Tirtir <onurcantirtir@gmail.com>
Co-authored-by: Hanefi Onaldi <Hanefi.Onaldi@microsoft.com>