Skip to content

Commit

Permalink
CI: remove demo step run on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored Dec 28, 2023
1 parent 124e56b commit ee6cc2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,5 +181,5 @@ jobs:
run: exit 1
- name: The demo step has failed
if: ${{ failure() && steps.demo.conclusion == 'failure' }}
run: echo "The demo step has failed"
# run: echo "The demo step has failed"

0 comments on commit ee6cc2f

Please sign in to comment.