Commit c01a83d
Add non-empty output file check to artifact upload step
- Modified upload step condition from `if: always()` to `if: always() && steps.collect_output.outputs.output != ''`
- Only uploads artifact when the collection step found non-empty content
- Updated test to verify the new condition is present
- Recompiled all existing workflow lock files with the new condition
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>1 parent d8ac236 commit c01a83d
6 files changed
Lines changed: 10 additions & 5 deletions
File tree
- .github/workflows
- pkg/workflow
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
143 | 148 | | |
144 | 149 | | |
145 | 150 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2323 | 2323 | | |
2324 | 2324 | | |
2325 | 2325 | | |
2326 | | - | |
| 2326 | + | |
2327 | 2327 | | |
2328 | 2328 | | |
2329 | 2329 | | |
| |||
0 commit comments