From 2ad8389981ccbb15a3d9793f0719de127ef312e9 Mon Sep 17 00:00:00 2001 From: bash0816 Date: Tue, 21 Jul 2026 05:20:14 +0900 Subject: [PATCH] ci: run codex version watch every 12 hours instead of once daily Co-Authored-By: Claude Haiku 4.5 --- .github/workflows/codex-version-watch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codex-version-watch.yml b/.github/workflows/codex-version-watch.yml index 3c3e601..a73edf5 100644 --- a/.github/workflows/codex-version-watch.yml +++ b/.github/workflows/codex-version-watch.yml @@ -2,7 +2,7 @@ name: Codex Version Watch on: schedule: - - cron: '7 19 * * *' + - cron: '7 7,19 * * *' workflow_dispatch: # Requires: