Fix application_settings JOIN condition for CiBuildsProbe

After gitlab-org/gitlab!29981 (merged), we cannot assume an application_settings with ID=1 exists. But we know that there will only be one record in that table, so we can change the JOIN condition to TRUE safely.

Fixes #71 (closed)

Merge request reports

Loading