diff --git a/.github/workflows/codescene.yml b/.github/workflows/codescene.yml index c02d0e0e..2164944e 100644 --- a/.github/workflows/codescene.yml +++ b/.github/workflows/codescene.yml @@ -38,7 +38,8 @@ jobs: echo "No value specified for CODESCENE_PASSWORD!" exit 1 fi - # Perform analysis + # Perform analysis (temporarily disabled, remove this msg and uncomment after 15/6-23) + : ' codescene-ci-cd.sh \ --codescene-delta-analysis-url ${CODESCENE_DELTA_ANALYSIS_URL} \ --codescene-user ${CODESCENE_USER} \ @@ -59,3 +60,4 @@ jobs: --github-repo ${GITHUB_REPOSITORY#*/} \ --github-pull-request-id ${PR_NUMBER} \ --log-result + '