Skip to content

Commit

Permalink
Improve workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jym77 committed Nov 26, 2024
1 parent 4f6ff69 commit 0d7a414
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/code-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,4 @@ jobs:
exit ${status}
env:
SI_USER_EMAIL: ${{ secrets.SI_USER_EMAIL }}
SI_API_KEY: ${{ secrets.SI_API_KEY }}
- name: Expect failure of previous step
if: ${{ failure() }}
run: echo "Code Checker failed as expected"
SI_API_KEY: ${{ secrets.SI_API_KEY }}

0 comments on commit 0d7a414

Please sign in to comment.