From 4026ea11218fccf66832d82dd306388d1148fa28 Mon Sep 17 00:00:00 2001 From: David Minarsch Date: Sat, 3 Jun 2023 10:43:58 +0100 Subject: [PATCH] chore: skip analyse service due to bug --- .github/workflows/common_checks.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/common_checks.yaml b/.github/workflows/common_checks.yaml index 12a15930..663ae9fe 100644 --- a/.github/workflows/common_checks.yaml +++ b/.github/workflows/common_checks.yaml @@ -126,7 +126,8 @@ jobs: tox -e check-abci-docstrings tox -e check-abciapp-specs tox -e check-handlers - tox -e analyse-service + # ignore for now due to https://github.com/valory-xyz/open-autonomy/issues/1988 + # tox -e analyse-service scan: name: gitleaks