We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04c1318 + be51e03 commit 5a5c133Copy full SHA for 5a5c133
1 file changed
.github/workflows/paths-filtering-tests.yml
@@ -46,7 +46,7 @@ jobs:
46
env:
47
checkPassed: ${{ needs.in-scope.result == 'success' || needs.changes.outputs.inScope != 'true' }}
48
steps:
49
- - if: ${{ env.checkPassed }}
+ - if: ${{ env.checkPassed == 'true' }}
50
run: exit 0
51
- - if: ${{ !env.checkPassed }}
+ - if: ${{ env.checkPassed == 'false' }}
52
run: exit 1
0 commit comments