mixxxdj / mixxx

Mixxx is Free DJ software that gives you everything you need to perform live mixes.
http://mixxx.org
Other
4.25k stars 1.24k forks source link

GitHub CI: Skip the manifest update job on forks #13278

Closed cr7pt0gr4ph7 closed 1 month ago

cr7pt0gr4ph7 commented 1 month ago

The steps of manifest update job are already skipped on forks because they do not have the necessary secrets configured, so we skip the job altogether for any repository that is not the main mixxxdj/mixxx repository to avoid unnecessary noise in the build log (as well as some issues related to canceling build jobs).

It would be preferable to directly check for the presence of the secrets in jobs.<job_id>.if, but that is not possible, as per actions/runner#520.