Skip to content

Commit 3c66ef3

Browse files
chore: disable e2e workflow from automatic CI triggers
Run E2E tests manually via workflow_dispatch only, removing push and pull_request triggers to keep CI focused on lint/build/test checks. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 5ca8d79 commit 3c66ef3

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name: E2E Tests
22

33
on:
4-
push:
5-
branches: [master, develop]
6-
pull_request:
7-
branches: [master, develop]
4+
workflow_dispatch:
85

96
concurrency:
107
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)