We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fa3e8b commit 7b0f5ccCopy full SHA for 7b0f5cc
1 file changed
.github/workflows/_find_changes.yaml
@@ -74,3 +74,9 @@ jobs:
74
filters: |
75
matched:
76
- '**/*.py'
77
+
78
+ - name: Summary of test results
79
+ run: |
80
+ set -x
81
+ echo steps.only-noncode-files.outputs.matched = │${{steps.only-noncode-files.outputs.matched}}│
82
+ echo steps.python-files.outputs.matched = │${{steps.python-files.outputs.matched}}│
0 commit comments