Skip to content

Commit

Permalink
sonar only for PR (#153)
Browse files Browse the repository at this point in the history
Co-authored-by: Aron Svastits <svastits1@gmail.com>
  • Loading branch information
Svastits and Aron Svastits authored Apr 10, 2024
1 parent c8d034d commit bb95f6b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/industrial_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ jobs:
DOCKER_RUN_OPTS: '-e LD_LIBRARY_PATH=/root/.local/lib'
runs-on: ubuntu-latest
steps:
- name: Reset ANALYZER for scheduled and push runs
run: |
if [[ "${{ github.event_name }}" == "schedule" ]] || [[ "${{ github.event_name }}" == "push" ]]; then
echo "ANALYZER=" >> $GITHUB_ENV
fi
- uses: actions/checkout@v2
with:
fetch-depth: 0
Expand Down

0 comments on commit bb95f6b

Please sign in to comment.