Commit b8b1940
Move conditional setup logic from bash to actions (#3313)
Instead of checking for a setup command in bash, we use GitHub Actions
to determine if there is anything to run
### Motivation:
Slightly cleaner output when looking at logs.
### Modifications:
Moved an if statement from bash to yaml.
### Result:
The setup commands step will generally be skipped instead of executing a
no-op
Co-authored-by: Cory Benfield <lukasa@apple.com>1 parent f9b58f2 commit b8b1940
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
| 315 | + | |
| 316 | + | |
319 | 317 | | |
320 | 318 | | |
321 | 319 | | |
| |||
0 commit comments