From fea7e8bcfcd1ef41669f34a154f7d42616636366 Mon Sep 17 00:00:00 2001 From: literat Date: Tue, 14 Nov 2023 18:18:03 +0100 Subject: [PATCH] Chore(ci): Disable component analysis on every push to main * cuase exceeding of component analysis limit --- .github/workflows/component-analysis.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/component-analysis.yaml b/.github/workflows/component-analysis.yaml index 5b4a800a35..1170001618 100644 --- a/.github/workflows/component-analysis.yaml +++ b/.github/workflows/component-analysis.yaml @@ -1,9 +1,6 @@ name: Component Analysis on: - push: - branches: - - main schedule: - cron: '0 6 * * *' # every day at 6:00