Skip to content

Commit

Permalink
Test action
Browse files Browse the repository at this point in the history
  • Loading branch information
emphoeller committed Mar 27, 2024
1 parent 4c3cbb7 commit d21204b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
id: bandit
continue-on-error: true
- run: 'false' # Fail the workflow if one of the analyzers complained
if: >
${{ steps.yamllint.outcome != 'success' || steps.flake8.outcome !=
'success' || steps.bandit.outcome != 'success' }}
if: ${{ 1 == 0 }}

...

0 comments on commit d21204b

Please sign in to comment.