Skip to content

Commit 46f1989

Browse files
authored
Update bench.yml
1 parent 77feee9 commit 46f1989

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/bench.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,11 @@ jobs:
102102
- name: Archive Logs (Phoenix)
103103
if: always() && matrix.cluster == 'phoenix'
104104
uses: actions/upload-artifact@v4
105+
# Clear any proxy settings so this step uses direct HTTPS
105106
env:
106-
http_proxy: "socks5://localhost:1080"
107-
https_proxy: "socks5://localhost:1080"
108-
no_proxy: "localhost,127.0.0.1,github.com,api.github.com,uploads.github.com"
107+
http_proxy: ""
108+
https_proxy: ""
109+
no_proxy: ""
109110
with:
110111
name: ${{ matrix.cluster }}-${{ matrix.device }}
111112
path: |
@@ -115,7 +116,7 @@ jobs:
115116
master/build/benchmarks/*
116117
117118
# All other runners (non-Phoenix) just run without special env
118-
- name: Archive Logs
119+
- name: Archive Logs (Frontier)
119120
if: always() && matrix.cluster != 'phoenix'
120121
uses: actions/upload-artifact@v4
121122
with:

0 commit comments

Comments
 (0)