.gitlab-ci.yml: disable building aarch64 wheels for merge requests
Description
This MR disables building aarch64 wheels for merge requests. These jobs are still triggered on the [ci wheels]
tag, nightly deployment builds, and LALSuite tag builds.
There is only one aarch64 runner, which can easily get overwhelmed if lots of MRs are being tested. I'm not aware of many aarch64-only failures, so this hopefully won't degrade testing, but if this starts to happen it could be revisited.
API Changes and Justification
Backwards Compatible Changes
-
This change does not modify any class/function/struct/type definitions in a public C header file or any Python class/function definitions -
This change adds new classes/functions/structs/types to a public C header file or Python module
Backwards Incompatible Changes
-
This change modifies an existing class/function/struct/type definition in a public C header file or Python module -
This change removes an existing class/function/struct/type from a public C header file or Python module
If any of the Backwards Incompatible check boxes are ticked please provide a justification why this change is necessary and why it needs to be done in a backwards incompatible way.
Review Status
n/a