Skip to content

Commit

Permalink
No compression is faster
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Dec 16, 2023
1 parent 832d2f3 commit 05f1f51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-test-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ jobs:
name: ${{ inputs.image }}-${{ inputs.architecture }}
path: /tmp/aiidalab/${{ inputs.image }}-${{ inputs.architecture }}.tar
retention-days: 3
compression-level: 1
compression-level: 0
if-no-files-found: error
if: always()
2 changes: 0 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Build, test and push Docker Images

on:
pull_request:
paths-ignore:
- "**.md"
push:
branches:
- main
Expand Down

0 comments on commit 05f1f51

Please sign in to comment.