From 9fa52400a448d513ebb8a126dfa5efc2c0ecb8ae Mon Sep 17 00:00:00 2001 From: Mitya Selivanov <0x7fffff@guattari.ru> Date: Wed, 31 Aug 2022 03:52:59 +0400 Subject: [CI] Disable coverage --- .github/workflows/code_coverage.yml | 4 ---- 1 file changed, 4 deletions(-) (limited to '.github/workflows') 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: -- cgit v1.2.3