Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: fix HTMLTest HTTP 429 issues #2938

Merged
merged 3 commits into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,7 @@ readyz
Reale
realpath
redis
refcache
remediations
replicasets
replicationcontrollers
Expand Down Expand Up @@ -621,10 +622,10 @@ tokenreviews
toml
totalscore
tplvalues
traceid
traceparent
tracerfactory
tracetest
traceid
trivy
trivyignore
trunc
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/htmltest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ jobs:
uses: actions/cache@v4
with:
path: |
docs/tmp/.htmltest
tmp/.htmltest
key: ${{ runner.os }}-htmltest
key: htmltest-{{ hashFiles('tmp/.htmltest/refcache.json') }}

- name: Check HTML
run: make htmltest
Loading