We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcf9eff commit 434ca3eCopy full SHA for 434ca3e
2 files changed
.github/scripts/check-cachix-pin.sh
@@ -32,7 +32,7 @@ SUMMARY="${GITHUB_STEP_SUMMARY:-/dev/stdout}"
32
} >> "$SUMMARY"
33
34
# Verify push + pin together for each package. Both can become visible with delay.
35
-PIN_VISIBILITY_TIMEOUT_SECONDS=120 # 2 minutes
+PIN_VISIBILITY_TIMEOUT_SECONDS=180 # 3 minutes
36
PIN_VISIBILITY_INTERVAL_SECONDS=5 # 5 seconds
37
PIN_VISIBILITY_ATTEMPTS=$((PIN_VISIBILITY_TIMEOUT_SECONDS / PIN_VISIBILITY_INTERVAL_SECONDS))
38
for i in $(seq 1 "$PIN_VISIBILITY_ATTEMPTS"); do
.github/workflows/release.yml
@@ -80,7 +80,7 @@ jobs:
80
81
tag-release:
82
runs-on: [ self-hosted, linux ]
83
- needs: [ release-docker, nix-cache, nix-binary-cache ]
+ needs: [ release-docker ]
84
steps:
85
- uses: actions/checkout@v4
86
with:
0 commit comments