Skip to content

Commit 4460cd6

Browse files
authored
Update bench.yml
1 parent eb206bc commit 4460cd6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/bench.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,10 @@ jobs:
104104
uses: actions/upload-artifact@v4
105105
# Clear any proxy settings so this step uses direct HTTPS
106106
env:
107-
no_proxy: "*"
107+
http_proxy: ""
108+
https_proxy: ""
109+
no_proxy: "*"
110+
NO_PROXY: "*"
108111
with:
109112
name: ${{ matrix.cluster }}-${{ matrix.device }}
110113
path: |

0 commit comments

Comments
 (0)