From adc5c30bdd379cb9478139dc089f8e0820b24bb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Stolarczuk?= Date: Fri, 22 Mar 2024 11:46:45 +0100 Subject: [PATCH] [CI] Disable codecov on push - it doesn't work Ref. #1465 --- .github/workflows/coverage.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index a2f7aad796..f8ec9555cb 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -1,6 +1,9 @@ name: Coverage -on: [push, pull_request] +# Don't run this workflow on push trigger, because it requires +# a token, which we don't have and can't generate. +# Long term solution is to switch to a different tool, ref. #1465 +on: [pull_request] permissions: contents: read