From afdc8e9029da1c64c552bbe039633bb62f89e250 Mon Sep 17 00:00:00 2001 From: Ron Izraeli Date: Wed, 27 Jul 2022 11:47:45 +0300 Subject: [PATCH] Update code-analysis.yml --- .github/workflows/code-analysis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/code-analysis.yml b/.github/workflows/code-analysis.yml index f8cf1cd..d90c9bd 100644 --- a/.github/workflows/code-analysis.yml +++ b/.github/workflows/code-analysis.yml @@ -1,10 +1,10 @@ name: Code Analysis -on: - push: - branches: [ $default-branch ] - pull_request: - branches: [ $default-branch ] +on: workflow_call +# push: +# branches: [ $default-branch ] +# pull_request: +# branches: [ $default-branch ] env: SPECTRAL_DSN: ${{ secrets.SPECTRAL_DSN }}