From 642557bc8b645765d5761c20177b0ac36d351010 Mon Sep 17 00:00:00 2001 From: Raymond Jacobson Date: Mon, 11 May 2026 12:30:33 -0700 Subject: [PATCH] chore: re-enable edge tag push on main State sync reliability fixes are now merged (PR #253, #254, #256). Restoring the edge tag job so nodes on auto-upgrade resume tracking the latest main. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9101ae4a..e081ebfd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: secrets: inherit tag-edge: - if: false # temporarily disabled: edge tag pushes trigger auto-upgrade restarts which break snapshot creation (see PR #226) + if: github.event_name == 'push' && github.ref == 'refs/heads/main' needs: build-test-push runs-on: ubuntu-latest steps: