Skip to content

Commit 78b0653

Browse files
committed
Disable e2e tests on main pushes
Disbale e2e tests on main as they are already run on PRs.
1 parent 11ea43a commit 78b0653

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test-e2e.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name: E2E Tests
22

33
on:
4-
push:
54
pull_request:
5+
types: [ assigned, opened, synchronize, reopened ]
6+
paths-ignore:
7+
- 'docs/**'
8+
- '**/*.md'
69

710
jobs:
811
test-e2e:

0 commit comments

Comments
 (0)