some github workflows don't get marked "skipped" when skipped, and they get stuck in "pending" state. for example: - https://github.com/cilium/cilium/blob/main/.github/workflows/conformance-gateway-api.yaml - https://github.com/cilium/cilium/blob/main/.github/workflows/conformance-ingress.yaml - https://github.com/cilium/cilium/blob/main/.github/workflows/conformance-runtime.yaml - https://github.com/cilium/cilium/blob/main/.github/workflows/integration-test.yaml there is a rumor that converting these workflow to use Ariane will make it easy to mark skipped workflows 💡