We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7e050 commit e8b1a3aCopy full SHA for e8b1a3a
1 file changed
.github/workflows/ci_format_checks.yml
@@ -50,7 +50,7 @@ jobs:
50
51
check-format:
52
# For efficiency, skip this workflow if there were no Python file changes.
53
- if: needs.find-changes.outputs.python || github.event_name == 'workflow_dispatch'
+ if: ${{needs.find-changes.outputs.python || github.event_name == 'workflow_dispatch'}}
54
name: Python format check
55
needs: find-changes
56
runs-on: ubuntu-24.04
0 commit comments