Skip to content

Commit

Permalink
Use caching only on Github-hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
Baschdl committed Jan 31, 2024
1 parent ffbcbb9 commit 053ffb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push_to_overleaf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Checkout python project on Github
uses: actions/checkout@v4
- name: Cache dependency
if: ${{ runner.name }} == 'GitHub Actions*'
id: cache-dependencies
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 053ffb7

Please sign in to comment.