Skip to content

Commit

Permalink
Updating conditional
Browse files Browse the repository at this point in the history
Signed-off-by: bvandekerkhof <bas.vandekerkhof@shell.com>
  • Loading branch information
bvandekerkhof committed Mar 11, 2024
1 parent 7c6572c commit 4d61547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
isort . --check
black . --check
- name: Run isort and black when required and commit back
if: ${{ failure() }}
if: ${{ failure() || steps.check.outcome == 'failure'}}
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.OPENMCMC_TOKEN }}
run: |
Expand Down

0 comments on commit 4d61547

Please sign in to comment.