summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2023-05-04 07:23:11 -0400
committerNed Batchelder <ned@nedbatchelder.com>2023-05-06 10:08:09 -0400
commitd3c63a7cc1bf35712eae4ba08ea1b6e135a0e2bb (patch)
treea12e7d7b5ba7f04da373f2cc9f75ab868b54c5dd
parentabb38b8eb7718eab1c01f7e3e1f32588201da5c2 (diff)
downloadpython-coveragepy-git-d3c63a7cc1bf35712eae4ba08ea1b6e135a0e2bb.tar.gz
temp: disable quality check while the code is in flux
-rw-r--r--.github/workflows/quality.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml
index 9ee690df..4d485a3c 100644
--- a/.github/workflows/quality.yml
+++ b/.github/workflows/quality.yml
@@ -7,7 +7,6 @@ on:
push:
branches:
- master
- - nedbat/*
pull_request:
workflow_dispatch: