Commit 3edcdbd
Use runner.environment to detect GitHub-hosted runners
Use runner.environment == 'github-hosted' instead of checking
runs_on_labels for 'ubuntu-latest'. This is more reliable as it
directly checks the runner type rather than inferring from labels.
Co-authored-by: sebastian.silbermann <sebastian.silbermann@vercel.com>1 parent 77d83e8 commit 3edcdbd
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
| 205 | + | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
| 210 | + | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| |||
0 commit comments