Skip to content

Commit e8b1a3a

Browse files
committed
debug
1 parent 1b7e050 commit e8b1a3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci_format_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
check-format:
5252
# For efficiency, skip this workflow if there were no Python file changes.
53-
if: needs.find-changes.outputs.python || github.event_name == 'workflow_dispatch'
53+
if: ${{needs.find-changes.outputs.python || github.event_name == 'workflow_dispatch'}}
5454
name: Python format check
5555
needs: find-changes
5656
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)