Skip to content

Commit

Permalink
chore: only use the cache on the first attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
sloanelybutsurely committed Jun 18, 2024
1 parent 453d042 commit 9fb2de6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
$ASDF_DIR/bin/asdf reshim
- name: Restore dependencies cache
id: deps-cache
if: github.run_attempt == 1
uses: actions/cache@v2
with:
path: deps
Expand Down

0 comments on commit 9fb2de6

Please sign in to comment.