Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e71e1ee

Browse files
committed
ci(nix): poll upstream appcast hourly
Tighten the hash-refresh cron from every 2h to every 1h. The appcast gate makes each run cheap and precise (skips cleanly when no new release / mid-rollout), so a faster cadence just shortens the lag before a new Codex release is pinned.
1 parent a160ce2 commit e71e1ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-codex-hash.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Update Nix upstream hashes
22

33
on:
44
schedule:
5-
- cron: '0 */2 * * *'
5+
- cron: '0 * * * *'
66
workflow_dispatch: {}
77

88
permissions:

0 commit comments

Comments
 (0)