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 3dd9d0f commit 7a5ccbdCopy full SHA for 7a5ccbd
.github/actions/nix-install-ephemeral/action.yml
@@ -44,3 +44,4 @@ runs:
44
substituters = https://cache.nixos.org https://nix-postgres-artifacts.s3.amazonaws.com
45
trusted-public-keys = nix-postgres-artifacts:dGZlQOvKcNEjvT7QEAJbcV6b6uk7VF/hWMjhYleiaLI= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
46
${{ inputs.push-to-cache == 'true' && 'post-build-hook = /etc/nix/upload-to-cache.sh' || '' }}
47
+ max-jobs = 8
0 commit comments