Commit f8169bb
Skip Docker steps on Windows runners in CI (#1411)
The 'Verify Docker is running' and 'Dump docker info' steps are
meaningless on Windows runners since Linux containers are not
supported there. Gate both steps with runner.os == 'Linux' so they
are skipped on Windows without affecting the Linux flow.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 56dc564 commit f8169bb
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
| |||
126 | 127 | | |
127 | 128 | | |
128 | 129 | | |
129 | | - | |
| 130 | + | |
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
| |||
0 commit comments