I propose having the Continuous Integration steps be Release only.
Currently for each workflow, doing both Debug and Release does not seem to have any significant difference but costs a lot more for each run as there is need to download and compile all the dependencies each time.
The Debug could be set as the default when setting up on developer machines but have the CI workflow only select the Release version.