File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,10 @@ name: Monthly Publish
88jobs :
99 monthly-publish :
1010 if : github.ref_name != 'logs'
11- runs-on : ubuntu-latest
11+ runs-on :
12+ - self-hosted
13+ - Linux
14+ - X64
1215 permissions :
1316 contents : write
1417 id-token : write
Original file line number Diff line number Diff line change @@ -520,6 +520,12 @@ The default monthly publisher is Production v1:
520520- ` core_major `
521521- ` external_data.enabled = false `
522522
523+ Operational note:
524+
525+ - the monthly workflow is intended to run on a ` self-hosted ` GitHub Actions runner
526+ - reason: GitHub-hosted runners can be blocked by Binance with ` 451 ` responses on ` api.binance.com `
527+ - the self-hosted runner should have stable outbound access to Binance Spot public APIs
528+
523529The experimental external-data track is not part of the default publish path.
524530
525531The monthly chain is intentionally lightweight:
You can’t perform that action at this time.
0 commit comments