Skip to content

Commit

Permalink
fix(ci): don't fail if can't prune
Browse files Browse the repository at this point in the history
hotfix
  • Loading branch information
ludamad authored Apr 15, 2024
1 parent bebed32 commit d9bb2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Run Docker Prune
# helps to not overuse space
run: docker system prune -f
run: docker system prune -f || true

- name: Run Earthly Bootstrap
run: earthly bootstrap

0 comments on commit d9bb2c7

Please sign in to comment.