Skip to content

Commit

Permalink
ci: fix HTMLTest HTTP 429 issues (keptn#2938)
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Bacher <[email protected]>
  • Loading branch information
mowies authored and bacherfl committed Feb 5, 2024
1 parent 95df346 commit 68df154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,7 @@ readyz
Reale
realpath
redis
refcache
remediations
replicasets
replicationcontrollers
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

0 comments on commit 68df154

Please sign in to comment.