Skip to content

Commit

Permalink
ci/cache: Minor Docker cache cleanup (#38)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax authored Aug 2, 2024
1 parent c8fe15a commit 1973513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
sudo systemctl stop docker docker.socket
sudo rm -rf /var/lib/docker/{*,.*}
sudo systemctl start docker
if: steps.cache.outputs.cache-hit != 'true'
if: steps.cache.outputs.cache-hit != 'true' && github.event_name != 'pull_request'
- run: |
sudo apt-get update
Expand Down

0 comments on commit 1973513

Please sign in to comment.