Skip to content

Commit f0bd608

Browse files
authored
🐛 Fix broken check condition in CI (#458)
1 parent c8fdb0d commit f0bd608

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
allowed-skips: >-
7575
${{
7676
fromJSON(needs.change-detection.outputs.run-python-tests)
77-
&& '' || 'python-tests,python-coverage,python-linter'
77+
&& '' || 'python-tests,python-coverage,python-linter,'
7878
}}
7979
${{
8080
fromJSON(needs.change-detection.outputs.run-cd)

0 commit comments

Comments
 (0)