Skip to content

Commit

Permalink
and
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed May 13, 2021
1 parent 3c5ee2c commit 878b5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -346,5 +346,5 @@ jobs:
python-version: ['3.7']
steps:
- name: Indicate failure
if: needs.setup.outputs.tool-list != '' and needs.combine.result != 'success'
if: needs.setup.outputs.tool-list != '' && needs.combine.result != 'success'
run: exit 1

0 comments on commit 878b5b8

Please sign in to comment.