Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Nov 18, 2023
1 parent 188ff1e commit bb56acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-test-upload.yml
Expand Up @@ -36,7 +36,7 @@ jobs:

# Self-hosted runners share a state (whole VM) between runs
# Also, they might have running or stopped containers,
# which are not cleaned up by `docker system prun`
# which are not cleaned up by `docker system prune`
- name: Reset docker state and cleanup artifacts 🗑️
if: inputs.platform != 'x86_64'
run: |
Expand Down

0 comments on commit bb56acf

Please sign in to comment.