From 5bb88c3b05c0c4b91e0ba9318c2d8afca10b1b49 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 27 Dec 2023 16:16:08 -0500 Subject: [PATCH] build: temporarily disable metacov, it's flaky now with sysmon support --- .github/workflows/coverage.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 1ca3468ad..abf4a57d6 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -8,7 +8,9 @@ on: # on pull requests yet. push: branches: - - master + # sys.monitoring somehow broke metacoverage, so turn it off while we fix + # it and get a sys.monitoring out the door. + #- master - "**/*metacov*" workflow_dispatch: