We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b1a3a commit ac2b290Copy full SHA for ac2b290
1 file changed
.github/workflows/ci_format_checks.yml
@@ -60,6 +60,7 @@ jobs:
60
run: |
61
set -x
62
echo needs.find-changes.outputs.python = ${{needs.find-changes.outputs.python}}
63
+ echo ${{needs.find-changes.outputs.python || github.event_name == 'workflow_dispatch'}}
64
65
- name: test case 1
66
if: needs.find-changes.outputs.python
0 commit comments