We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ff17f commit 6a6be67Copy full SHA for 6a6be67
1 file changed
.github/actions/nix-install-ephemeral/action.yml
@@ -35,7 +35,7 @@ runs:
35
set -f
36
37
export IFS=' '
38
- /nix/var/nix/profiles/default/bin/nix copy --to 's3://nix-postgres-artifacts?secret-key=/etc/nix/nix-secret-key' $OUT_PATHS
+ /nix/var/nix/profiles/default/bin/nix copy --max-jobs 5 --to 's3://nix-postgres-artifacts?secret-key=/etc/nix/nix-secret-key' $OUT_PATHS
39
EOF
40
sudo chmod +x /etc/nix/upload-to-cache.sh
41
env:
0 commit comments