Skip to content
This repository was archived by the owner on Aug 6, 2026. It is now read-only.

Commit 057ad9d

Browse files
committed
drop temporary e2e branch trigger
1 parent 9bf0c30 commit 057ad9d

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/code-update-e2e.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@ name: Code Update E2E (macOS)
1717
# Squirrel.Mac client to the electron-builder build we ship now.
1818

1919
on:
20-
# Temporary: also run on these branches so the harness can be exercised on the
21-
# PR. Remove this push trigger once merged; nightly + dispatch is the steady
22-
# state. Docs and the local-only run-from-ci helper do not affect CI, so skip
23-
# rebuilds for those and use workflow_dispatch / the nightly schedule instead.
20+
# Temporary: also run on this branch so the harness can be exercised on the PR.
21+
# Remove this push trigger once merged; nightly + dispatch is the steady state.
22+
# Docs and the local-only run-from-ci helper do not affect CI, so skip rebuilds
23+
# for those and use workflow_dispatch / the nightly schedule on demand instead.
2424
push:
2525
branches:
2626
- test/macos-auto-update-e2e
27-
- fix/update-repolling
2827
paths-ignore:
2928
- "docs/**"
3029
- "**/*.md"

0 commit comments

Comments
 (0)