Skip to content

Commit

Permalink
Temporarily disable codescene check
Browse files Browse the repository at this point in the history
  • Loading branch information
filip-debricked authored and ProgHaj committed Jun 13, 2023
1 parent e4ffeba commit b52bdff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/codescene.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand All @@ -59,3 +60,4 @@ jobs:
--github-repo ${GITHUB_REPOSITORY#*/} \
--github-pull-request-id ${PR_NUMBER} \
--log-result
'

0 comments on commit b52bdff

Please sign in to comment.