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:
parent
cefe8d2b8e
commit
5732d79d80
1 changed files with 4 additions and 1 deletions
5
.github/workflows/checks.yaml
vendored
5
.github/workflows/checks.yaml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue