Then we would need logic in the taskgraph to pass in `--skip-tag win_only` on non-Windows tasks.. which seems much harder than using `skip-if = os == "win"` :). I'd push back against `tag-if` unless there was a *really* good reason for it.
Bug 1595515 Comment 16 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Then we would need logic in the taskgraph to pass in `--skip-tag win_only` on non-Windows tasks.. which seems much harder than using `skip-if = os == "win"` :). I'd push back against `tag-if` unless there was a *really* good reason for it. Edit: Come to think of it.. why would `win_only` be a conditional tag? It would need to be a constant tag anyway.