summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMitya Selivanov <0x7fffff@guattari.ru>2022-08-31 03:52:59 +0400
committerMitya Selivanov <0x7fffff@guattari.ru>2022-08-31 03:52:59 +0400
commit9fa52400a448d513ebb8a126dfa5efc2c0ecb8ae (patch)
tree1becb21f7da3de4b33c30536c79b706297694f43 /.github/workflows
parentd3c79c76b75bfadbac5a4f6817b03fab88e34a00 (diff)
downloadkit-9fa52400a448d513ebb8a126dfa5efc2c0ecb8ae.zip
[CI] Disable coverage
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/code_coverage.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml
index 958dd54..3179660 100644
--- a/.github/workflows/code_coverage.yml
+++ b/.github/workflows/code_coverage.yml
@@ -1,10 +1,6 @@
name: Code coverage
on:
- push:
- branches: [ stable ]
- pull_request:
- branches: [ stable ]
schedule:
- cron: '0 0 */16 * *'
workflow_dispatch: