We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8fdb0d commit f0bd608Copy full SHA for f0bd608
1 file changed
.github/workflows/ci.yml
@@ -74,7 +74,7 @@ jobs:
74
allowed-skips: >-
75
${{
76
fromJSON(needs.change-detection.outputs.run-python-tests)
77
- && '' || 'python-tests,python-coverage,python-linter'
+ && '' || 'python-tests,python-coverage,python-linter,'
78
}}
79
80
fromJSON(needs.change-detection.outputs.run-cd)
0 commit comments