Skip to content

Commit

Permalink
Update local-cache.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
enescakir committed May 15, 2024
1 parent f8b1ece commit ead0afd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/local-cache.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Local cache3
name: Local cache4

on:
push:
Expand All @@ -18,8 +18,8 @@ jobs:
uses: actions/cache@v4
with:
path: test1.txt
key: ${{ runner.os }}-file
key: file-1

- name: Generate random file
if: steps.cache-primes.outputs.cache-hit != 'true'
if: steps.cache-file.outputs.cache-hit != 'true'
run: dd if=/dev/urandom of=test1.txt bs=1G count=1

0 comments on commit ead0afd

Please sign in to comment.