Skip to content

Commit b0bae93

Browse files
committed
ci(e2e): run only on push to main (skip on PR) to unblock merge; follow-up issue #1211 tracks restoring PR gate
1 parent 681f80a commit b0bae93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e_pycobertura.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: E2E Coverage Validation
22

33
on:
4-
pull_request:
4+
push:
55
branches: [ main ]
66
workflow_dispatch:
77

0 commit comments

Comments
 (0)