1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-21 19:49:46 +00:00

chore: disable the generate job on MacOS

This is a temporary workaround to unblock the CI until we find a more
robust solution.

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
Simon Pasquier 2024-08-02 10:28:42 +02:00
parent cefe8d2b8e
commit 5732d79d80
No known key found for this signature in database
GPG key ID: 0190A66C0A10FC4F

View file

@ -14,7 +14,10 @@ jobs:
strategy:
matrix:
os:
- macos-latest
# TODO(simonpasquier): enable the job for macos platforms.
# It's been disabled because mdox fails to query the GitHub API
# server (which returns 403 Forbidden).
#- macos-latest
- ubuntu-latest
name: Generate and format
steps: