Skip to content

Commit

Permalink
Backport PR jupyterlab#10687: Clean up Link Caching (jupyterlab#10688)
Browse files Browse the repository at this point in the history
Co-authored-by: Afshin Taylor Darian <[email protected]>
  • Loading branch information
meeseeksmachine and afshin authored Jul 23, 2021
1 parent 3cba08d commit 4d913a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,6 @@ jobs:
${{ runner.os }}-pip-
${{ runner.os }}-pip-
- name: Cache checked links
uses: actions/cache@v2
with:
path: ~/.cache/pytest-link-check
key: ${{ runner.os }}-linkcheck-${{ hashFiles('**/.md') }}-md-links
restore-keys: |
${{ runner.os }}-linkcheck-
- name: Check Release
uses: jupyter-server/jupyter_releaser/.github/actions/check-release@v1
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linuxtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
if: ${{ matrix.group == 'linkcheck' }}
with:
path: ~/.cache/pytest-link-check
key: ${{ runner.os }}-linkcheck-${{ hashFiles('**/*.rst') }}-changelog
key: ${{ runner.os }}-linkcheck-${{ hashFiles('**/*.rst', '**/*.md') }}-changelog
restore-keys: |
${{ runner.os }}-linkcheck-
Expand Down

0 comments on commit 4d913a9

Please sign in to comment.