Skip to content

Commit a269bfc

Browse files
committed
whitelist dl.k8s.io for CI
1 parent 7ed5e36 commit a269bfc

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/build_test_ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
cli.codecov.io:443
6262
api.codecov.io:443
6363
ingest.codecov.io:443
64+
dl.k8s.io:443
6465
6566
- uses: actions/checkout@v4
6667
with:

.github/workflows/e2e-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ jobs:
113113
charts.jetstack.io:443
114114
helm.cilium.io:443
115115
linode.github.io:443
116+
dl.k8s.io:443
116117
117118
- uses: actions/checkout@v4
118119
with:

.github/workflows/pull_request_ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
cli.codecov.io:443
6565
api.codecov.io:443
6666
ingest.codecov.io:443
67+
dl.k8s.io:443
6768
6869
- uses: actions/checkout@v4
6970

0 commit comments

Comments
 (0)