Skip to content

Commit

Permalink
[ci skip] fix #36 - disable docker cache in weekly build
Browse files Browse the repository at this point in the history
  • Loading branch information
haochenx committed Jul 10, 2023
1 parent cf03a75 commit b5618a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ocaml-general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ jobs:
- run: mkdir -p ${{ env.CACHE_DIR }}

- name: Restore Docker Layers Cache
if: github.event.schedule == null
uses: actions/cache/restore@v3
with:
path: ${{ env.CACHE_DIR }}
Expand Down

0 comments on commit b5618a6

Please sign in to comment.